#359798

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

Shades of Blue Chill #359798

Tints of Blue Chill #359798

Color information

#359798 (or 0x359798) is unknown color: approx Blue Chill. HEX triplet: 35, 97 and 98. RGB value is (53,151,152). Sum of RGB (Red+Green+Blue) = 53+151+152=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #359798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359798 is #CA6867. Grayscale: #797979. Windows color (decimal): -13265000 or 10000181. OLE color: 10000181.

HSL color Cylindrical-coordinate representation of color #359798: hue angle of 180.61º 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 #359798 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53151152-
CMYK0.650.0100.40
HSL180.61º48.29%40.2%-
HSV(B)180.61º65.13%59.61%-
XYZ18.225.1633.6-
YUV121.81145.0378.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=14.89%
G=42.42%
B=42.70%

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
Decimal531511520.650.0100.40180.6148.2940.2
Hex359798411028b53028
Octal6522723010110502656050
Binary110101100101111001100010000011010100010110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359798; }

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

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

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

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

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

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

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

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