#36928E

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

Shades of Blue Chill #36928E

Tints of Blue Chill #36928E

Color information

#36928E (or 0x36928E) is unknown color: approx Blue Chill. HEX triplet: 36, 92 and 8E. RGB value is (54,146,142). Sum of RGB (Red+Green+Blue) = 54+146+142=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #36928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36928E is #C96D71. Grayscale: #757575. Windows color (decimal): -13200754 or 9343542. OLE color: 9343542.

HSL color Cylindrical-coordinate representation of color #36928E: hue angle of 177.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36928E is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB54146142-
CMYK0.6300.030.43
HSL177.39º46%39.22%-
HSV(B)177.39º63.01%57.25%-
XYZ16.6823.329.21-
YUV118.04141.5282.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=15.79%
G=42.69%
B=41.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461420.6300.030.43177.394639.22
Hex36928E3F032Bb12e27
Octal662222167703532615647
Binary110110100100101000111011111101110101110110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36928E; }

 p { color: rgb(54,146,142); }

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

<style>
 a { background-color: #36928E; }

 a { background-color: rgb(54,146,142); }

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

<style>
 span { border-color: #36928E; }

 span { border-color: rgb(54,146,142); }

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