#368986

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

Shades of Blue Chill #368986

Tints of Blue Chill #368986

Color information

#368986 (or 0x368986) is unknown color: approx Blue Chill. HEX triplet: 36, 89 and 86. RGB value is (54,137,134). Sum of RGB (Red+Green+Blue) = 54+137+134=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #368986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368986 is #C97679. Grayscale: #6F6F6F. Windows color (decimal): -13203066 or 8816950. OLE color: 8816950.

HSL color Cylindrical-coordinate representation of color #368986: hue angle of 177.83º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368986 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB54137134-
CMYK0.6100.020.46
HSL177.83º43.46%37.45%-
HSV(B)177.83º60.58%53.73%-
XYZ14.7720.425.71-
YUV111.84140.586.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=16.62%
G=42.15%
B=41.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371340.6100.020.46177.8343.4637.45
Hex3689863D022Eb22b25
Octal662112067502562625345
Binary110110100010011000011011110101010111010110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368986; }

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

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

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

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

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

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

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

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