#359698

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

Shades of Blue Chill #359698

Tints of Blue Chill #359698

Color information

#359698 (or 0x359698) is unknown color: approx Blue Chill. HEX triplet: 35, 96 and 98. RGB value is (53,150,152). Sum of RGB (Red+Green+Blue) = 53+150+152=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #359698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359698 is #CA6967. Grayscale: #797979. Windows color (decimal): -13265256 or 9999925. OLE color: 9999925.

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

Color convert

RGB53150152-
CMYK0.650.0100.40
HSL181.21º48.29%40.2%-
HSV(B)181.21º65.13%59.61%-
XYZ18.0424.8433.55-
YUV121.22145.3679.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=14.93%
G=42.25%
B=42.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531501520.650.0100.40181.2148.2940.2
Hex359698411028b53028
Octal6522623010110502656050
Binary110101100101101001100010000011010100010110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359698; }

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

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

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

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

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

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

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

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