#358488

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

Shades of Blue Chill #358488

Tints of Blue Chill #358488

Color information

#358488 (or 0x358488) is unknown color: approx Blue Chill. HEX triplet: 35, 84 and 88. RGB value is (53,132,136). Sum of RGB (Red+Green+Blue) = 53+132+136=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #358488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358488 is #CA7B77. Grayscale: #6C6C6C. Windows color (decimal): -13269880 or 8946741. OLE color: 8946741.

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

Color convert

RGB53132136-
CMYK0.610.0300.47
HSL182.89º43.92%37.06%-
HSV(B)182.89º61.03%53.33%-
XYZ14.1619.0426.22-
YUV108.84143.3388.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=16.51%
G=41.12%
B=42.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531321360.610.0300.47182.8943.9237.06
Hex3584883D302Fb72c25
Octal652042107530572675445
Binary110101100001001000100011110111010111110110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358488; }

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

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

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

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

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

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

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

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