Html Css Color HEX #2996B8 Pelorous

📋 copy color: '#2996B8'

red 41 ◦ green 150 ◦ blue 184

#2996B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2996B8

Tints of Pelorous #2996B8

RGB

 RED value IS 41 (16.41% from 255) = 10.93%

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 10.93%
G = 40%
B = 49.07%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2996B8 (or 0x2996B8) is known color: Pelorous. HEX triplet: 29, 96 and B8. RGB value is (41,150,184). Sum of RGB (Red+Green+Blue) = 41+150+184=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #2996B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996B8 is #D66947. Grayscale: #797979. Windows color (decimal): -14051656 or 12097065. OLE color: 12097065.

HSL color Cylindrical-coordinate representation of color #2996B8: hue angle of 194.27º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2996B8 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 150 184 -
CMYK 0.78 0.18 0 0.28
HSL 194.27º 0.64% 0.44% -
HSV(B) 194.27º 0.78% 0.72% -
XYZ 20.47 25.74 49.24 -
YUV 121.29 163.39 70.74 -
System Red Green Blue C M Y K H S L
Decimal 41 150 184 0.78 0.18 0 0.28 194.27 0.64 0.44
Hex 29 96 B8 4E 12 0 1C C2 40 2C
Octal 51 226 270 116 22 0 34 302 100 54
Binary 101001 10010110 10111000 1001110 10010 0 11100 11000010 1000000 101100

Color Harmonies of #2996B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996B8

Black with #2996B8

Text Example


Text Example

White with #2996B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2996B8;
 }
 .AnyTagClassName
 {
   color: #2996B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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