#2996CE

Color #2996CE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2996CE

Tints of Pelorous #2996CE

Color information

#2996CE (or 0x2996CE) is unknown color: approx Pelorous. HEX triplet: 29, 96 and CE. RGB value is (41,150,206). Sum of RGB (Red+Green+Blue) = 41+150+206=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #2996CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996CE is #D66931. Grayscale: #7B7B7B. Windows color (decimal): -14051634 or 13538857. OLE color: 13538857.

HSL color Cylindrical-coordinate representation of color #2996CE: hue angle of 200.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2996CE is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB41150206-
CMYK0.800.2700.19
HSL200.36º66.8%48.43%-
HSV(B)200.36º80.1%80.78%-
XYZ22.9626.7462.34-
YUV123.79174.3968.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 10.33%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=10.33%
G=37.78%
B=51.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal411502060.800.2700.19200.3666.848.43
Hex2996CE501B013c84330
Octal512263161203302331010360
Binary1010011001011011001110101000011011010011110010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2996CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2996CE; }

 p { color: rgb(41,150,206); }

 H1.HeaderClassName
 {
   color: #2996CE;
 }
 .AnyTagClassName
 {
   color: #2996CE;
 }
</style>
background-color css

<style>
 a { background-color: #2996CE; }

 a { background-color: rgb(41,150,206); }

 div.DivClassName
 {
   background-color: #2996CE;
 }
 .BgClassName
 {
   background-color: #2996CE;
 }
</style>
border-color css

<style>
 span { border-color: #2996CE; }

 span { border-color: rgb(41,150,206); }

 td.TdClassName
 {
   border-color: #2996CE;
 }
 .TagClassName
 {
   border-color: #2996CE;
 }
</style>