#368B89

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

Shades of Blue Chill #368B89

Tints of Blue Chill #368B89

Color information

#368B89 (or 0x368B89) is unknown color: approx Blue Chill. HEX triplet: 36, 8B and 89. RGB value is (54,139,137). Sum of RGB (Red+Green+Blue) = 54+139+137=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #368B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368B89 is #C97476. Grayscale: #717171. Windows color (decimal): -13202551 or 9014070. OLE color: 9014070.

HSL color Cylindrical-coordinate representation of color #368B89: hue angle of 178.59º 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 #368B89 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB54139137-
CMYK0.6100.010.45
HSL178.59º44.04%37.84%-
HSV(B)178.59º61.15%54.51%-
XYZ15.2721.0626.93-
YUV113.36141.3485.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=16.36%
G=42.12%
B=41.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391370.6100.010.45178.5944.0437.84
Hex368B893D012Db32c26
Octal662132117501552635446
Binary11011010001011100010011111010110110110110011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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