#358985

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

Shades of Blue Chill #358985

Tints of Blue Chill #358985

Color information

#358985 (or 0x358985) is unknown color: approx Blue Chill. HEX triplet: 35, 89 and 85. RGB value is (53,137,133). Sum of RGB (Red+Green+Blue) = 53+137+133=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #358985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358985 is #CA767A. Grayscale: #6F6F6F. Windows color (decimal): -13268603 or 8751413. OLE color: 8751413.

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

Color convert

RGB53137133-
CMYK0.6100.030.46
HSL177.14º44.21%37.25%-
HSV(B)177.14º61.31%53.73%-
XYZ14.6520.3425.34-
YUV111.43140.1786.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=16.41%
G=42.41%
B=41.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371330.6100.030.46177.1444.2137.25
Hex3589853D032Eb12c25
Octal652112057503562615445
Binary110101100010011000010111110101110111010110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358985; }

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

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

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

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

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

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

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

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