#368589

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

Shades of Blue Chill #368589

Tints of Blue Chill #368589

Color information

#368589 (or 0x368589) is unknown color: approx Blue Chill. HEX triplet: 36, 85 and 89. RGB value is (54,133,137). Sum of RGB (Red+Green+Blue) = 54+133+137=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #368589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368589 is #C97A76. Grayscale: #6D6D6D. Windows color (decimal): -13204087 or 9012534. OLE color: 9012534.

HSL color Cylindrical-coordinate representation of color #368589: hue angle of 182.89º 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 #368589 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54133137-
CMYK0.610.0300.46
HSL182.89º43.46%37.45%-
HSV(B)182.89º60.58%53.73%-
XYZ14.4219.3726.64-
YUV109.84143.3388.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=16.67%
G=41.05%
B=42.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541331370.610.0300.46182.8943.4637.45
Hex3685893D302Eb72b25
Octal662052117530562675345
Binary110110100001011000100111110111010111010110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368589; }

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

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

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

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

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

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

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

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