#358888

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

Shades of Blue Chill #358888

Tints of Blue Chill #358888

Color information

#358888 (or 0x358888) is unknown color: approx Blue Chill. HEX triplet: 35, 88 and 88. RGB value is (53,136,136). Sum of RGB (Red+Green+Blue) = 53+136+136=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #358888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358888 is #CA7777. Grayscale: #6F6F6F. Windows color (decimal): -13268856 or 8947765. OLE color: 8947765.

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

Color convert

RGB53136136-
CMYK0.61000.47
HSL180º43.92%37.06%-
HSV(B)180º61.03%53.33%-
XYZ14.7220.1426.4-
YUV111.1814286.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=16.31%
G=41.85%
B=41.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361360.61000.4718043.9237.06
Hex3588883D002Fb42c25
Octal652102107500572645445
Binary11010110001000100010001111010010111110110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358888; }

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

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

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

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

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

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

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

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