#36908C

Color #36908C Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #36908C

Tints of Blue Chill #36908C

Color information

#36908C (or 0x36908C) is unknown color: approx Blue Chill. HEX triplet: 36, 90 and 8C. RGB value is (54,144,140). Sum of RGB (Red+Green+Blue) = 54+144+140=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #36908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36908C is #C96F73. Grayscale: #747474. Windows color (decimal): -13201268 or 9211958. OLE color: 9211958.

HSL color Cylindrical-coordinate representation of color #36908C: hue angle of 177.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36908C is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB54144140-
CMYK0.6300.030.44
HSL177.33º45.45%38.82%-
HSV(B)177.33º62.5%56.47%-
XYZ16.2322.6228.32-
YUV116.63141.1883.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=15.98%
G=42.60%
B=41.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441400.6300.030.44177.3345.4538.82
Hex36908C3F032Cb12d27
Octal662202147703542615547
Binary110110100100001000110011111101110110010110001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36908C; }

 p { color: rgb(54,144,140); }

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

<style>
 a { background-color: #36908C; }

 a { background-color: rgb(54,144,140); }

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

<style>
 span { border-color: #36908C; }

 span { border-color: rgb(54,144,140); }

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