#358a84

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

Shades of Blue Chill #358A84

Tints of Blue Chill #358A84

Color information

#358A84 (or 0x358A84) is unknown color: approx Blue Chill. HEX triplet: 35, 8A and 84. RGB value is (53,138,132). Sum of RGB (Red+Green+Blue) = 53+138+132=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #358A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A84 is #CA757B. Grayscale: #6F6F6F. Windows color (decimal): -13268348 or 8686133. OLE color: 8686133.

HSL color Cylindrical-coordinate representation of color #358A84: hue angle of 175.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A84 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB53138132-
CMYK0.6200.040.46
HSL175.76º44.5%37.45%-
HSV(B)175.76º61.59%54.12%-
XYZ14.7220.625.03-
YUV111.9139.3485.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=16.41%
G=42.72%
B=40.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531381320.6200.040.46175.7644.537.45
Hex358A843E042Eb02d25
Octal652122047604562605545
Binary1101011000101010000100111110010010111010110000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358a84; }

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

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

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

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

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

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

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

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