#36828E

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

Shades of Blue Chill #36828E

Tints of Blue Chill #36828E

Color information

#36828E (or 0x36828E) is unknown color: approx Blue Chill. HEX triplet: 36, 82 and 8E. RGB value is (54,130,142). Sum of RGB (Red+Green+Blue) = 54+130+142=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #36828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36828E is #C97D71. Grayscale: #6C6C6C. Windows color (decimal): -13204850 or 9339446. OLE color: 9339446.

HSL color Cylindrical-coordinate representation of color #36828E: hue angle of 188.18º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36828E is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54130142-
CMYK0.620.0800.44
HSL188.18º44.9%38.43%-
HSV(B)188.18º61.97%55.69%-
XYZ14.3918.728.44-
YUV108.64146.8289.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.56%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=16.56%
G=39.88%
B=43.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541301420.620.0800.44188.1844.938.43
Hex36828E3E802Cbc2d26
Octal6620221676100542745546
Binary11011010000010100011101111101000010110010111100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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