#358685

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

Shades of Blue Chill #358685

Tints of Blue Chill #358685

Color information

#358685 (or 0x358685) is unknown color: approx Blue Chill. HEX triplet: 35, 86 and 85. RGB value is (53,134,133). Sum of RGB (Red+Green+Blue) = 53+134+133=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #358685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358685 is #CA797A. Grayscale: #6D6D6D. Windows color (decimal): -13269371 or 8750645. OLE color: 8750645.

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

Color convert

RGB53134133-
CMYK0.6000.010.47
HSL179.26º43.32%36.67%-
HSV(B)179.26º60.45%52.55%-
XYZ14.2319.525.2-
YUV109.67141.1687.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=16.56%
G=41.88%
B=41.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341330.6000.010.47179.2643.3236.67
Hex3586853C012Fb32b25
Octal652062057401572635345
Binary11010110000110100001011111000110111110110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358685; }

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

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

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

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

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

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

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

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