#36868E

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

Shades of Blue Chill #36868E

Tints of Blue Chill #36868E

Color information

#36868E (or 0x36868E) is unknown color: approx Blue Chill. HEX triplet: 36, 86 and 8E. RGB value is (54,134,142). Sum of RGB (Red+Green+Blue) = 54+134+142=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #36868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36868E is #C97971. Grayscale: #6E6E6E. Windows color (decimal): -13203826 or 9340470. OLE color: 9340470.

HSL color Cylindrical-coordinate representation of color #36868E: hue angle of 185.45º 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 #36868E is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54134142-
CMYK0.620.0600.44
HSL185.45º44.9%38.43%-
HSV(B)185.45º61.97%55.69%-
XYZ14.9319.7928.62-
YUV110.99145.587.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=16.36%
G=40.61%
B=43.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541341420.620.0600.44185.4544.938.43
Hex36868E3E602Cb92d26
Octal662062167660542715546
Binary1101101000011010001110111110110010110010111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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