#358788

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

Shades of Blue Chill #358788

Tints of Blue Chill #358788

Color information

#358788 (or 0x358788) is unknown color: approx Blue Chill. HEX triplet: 35, 87 and 88. RGB value is (53,135,136). Sum of RGB (Red+Green+Blue) = 53+135+136=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #358788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358788 is #CA7877. Grayscale: #6E6E6E. Windows color (decimal): -13269112 or 8947509. OLE color: 8947509.

HSL color Cylindrical-coordinate representation of color #358788: hue angle of 180.72º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358788 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53135136-
CMYK0.610.0100.47
HSL180.72º43.92%37.06%-
HSV(B)180.72º61.03%53.33%-
XYZ14.5819.8626.36-
YUV110.6142.3386.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=16.36%
G=41.67%
B=41.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351360.610.0100.47180.7243.9237.06
Hex3587883D102Fb52c25
Octal652072107510572655445
Binary11010110000111100010001111011010111110110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358788; }

 p { color: rgb(53,135,136); }

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

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

 a { background-color: rgb(53,135,136); }

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

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

 span { border-color: rgb(53,135,136); }

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