#2996AC

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

Shades of Pelorous #2996AC

Tints of Pelorous #2996AC

Color information

#2996AC (or 0x2996AC) is unknown color: approx Pelorous. HEX triplet: 29, 96 and AC. RGB value is (41,150,172). Sum of RGB (Red+Green+Blue) = 41+150+172=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #2996AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2996AC is #D66953. Grayscale: #777777. Windows color (decimal): -14051668 or 11310633. OLE color: 11310633.

HSL color Cylindrical-coordinate representation of color #2996AC: hue angle of 190.08º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2996AC is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41150172-
CMYK0.760.1300.33
HSL190.08º61.5%41.76%-
HSV(B)190.08º76.16%67.45%-
XYZ19.2725.2642.89-
YUV119.92157.3971.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.29%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=11.29%
G=41.32%
B=47.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411501720.760.1300.33190.0861.541.76
Hex2996AC4CD021be3e2a
Octal51226254114150412767652
Binary101001100101101010110010011001101010000110111110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2996AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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