#358689

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

Shades of Blue Chill #358689

Tints of Blue Chill #358689

Color information

#358689 (or 0x358689) is unknown color: approx Blue Chill. HEX triplet: 35, 86 and 89. RGB value is (53,134,137). Sum of RGB (Red+Green+Blue) = 53+134+137=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 134 (52.73% from 255 or 41.36% 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 #358689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358689 is #CA7976. Grayscale: #6E6E6E. Windows color (decimal): -13269367 or 9012789. OLE color: 9012789.

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

Color convert

RGB53134137-
CMYK0.610.0200.46
HSL182.14º44.21%37.25%-
HSV(B)182.14º61.31%53.73%-
XYZ14.5119.6126.69-
YUV110.12143.1687.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=16.36%
G=41.36%
B=42.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531341370.610.0200.46182.1444.2137.25
Hex3586893D202Eb62c25
Octal652062117520562665445
Binary110101100001101000100111110110010111010110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358689; }

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

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

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

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

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

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

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

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