#358589

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

Shades of Blue Chill #358589

Tints of Blue Chill #358589

Color information

#358589 (or 0x358589) is unknown color: approx Blue Chill. HEX triplet: 35, 85 and 89. RGB value is (53,133,137). Sum of RGB (Red+Green+Blue) = 53+133+137=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #358589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358589 is #CA7A76. Grayscale: #6D6D6D. Windows color (decimal): -13269623 or 9012533. OLE color: 9012533.

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

Color convert

RGB53133137-
CMYK0.610.0300.46
HSL182.86º44.21%37.25%-
HSV(B)182.86º61.31%53.73%-
XYZ14.3719.3426.64-
YUV109.54143.587.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=16.41%
G=41.18%
B=42.41%

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
Decimal531331370.610.0300.46182.8644.2137.25
Hex3585893D302Eb72c25
Octal652052117530562675445
Binary110101100001011000100111110111010111010110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358589; }

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

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

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

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

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

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

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

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