#368C89

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

Shades of Blue Chill #368C89

Tints of Blue Chill #368C89

Color information

#368C89 (or 0x368C89) is unknown color: approx Blue Chill. HEX triplet: 36, 8C and 89. RGB value is (54,140,137). Sum of RGB (Red+Green+Blue) = 54+140+137=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #368C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C89 is #C97376. Grayscale: #717171. Windows color (decimal): -13202295 or 9014326. OLE color: 9014326.

HSL color Cylindrical-coordinate representation of color #368C89: hue angle of 177.91º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C89 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB54140137-
CMYK0.6100.020.45
HSL177.91º44.33%38.04%-
HSV(B)177.91º61.43%54.9%-
XYZ15.4121.3526.97-
YUV113.94141.0185.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=16.31%
G=42.30%
B=41.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541401370.6100.020.45177.9144.3338.04
Hex368C893D022Db22c26
Octal662142117502552625446
Binary110110100011001000100111110101010110110110010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368C89; }

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

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

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

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

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

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

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

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