#359697

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

Shades of Blue Chill #359697

Tints of Blue Chill #359697

Color information

#359697 (or 0x359697) is unknown color: approx Blue Chill. HEX triplet: 35, 96 and 97. RGB value is (53,150,151). Sum of RGB (Red+Green+Blue) = 53+150+151=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #359697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359697 is #CA6968. Grayscale: #797979. Windows color (decimal): -13265257 or 9934389. OLE color: 9934389.

HSL color Cylindrical-coordinate representation of color #359697: hue angle of 180.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359697 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53150151-
CMYK0.650.0100.41
HSL180.61º48.04%40%-
HSV(B)180.61º64.9%59.22%-
XYZ17.9624.833.12-
YUV121.11144.8679.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=14.97%
G=42.37%
B=42.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501510.650.0100.41180.6148.0440
Hex359697411029b53028
Octal6522622710110512656050
Binary110101100101101001011110000011010100110110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359697; }

 p { color: rgb(53,150,151); }

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

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

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

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

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

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

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