#359995

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

Shades of Blue Chill #359995

Tints of Blue Chill #359995

Color information

#359995 (or 0x359995) is unknown color: approx Blue Chill. HEX triplet: 35, 99 and 95. RGB value is (53,153,149). Sum of RGB (Red+Green+Blue) = 53+153+149=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #359995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359995 is #CA666A. Grayscale: #7A7A7A. Windows color (decimal): -13264491 or 9804085. OLE color: 9804085.

HSL color Cylindrical-coordinate representation of color #359995: hue angle of 177.6º degrees, saturation: 0.49, 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 #359995 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB53153149-
CMYK0.6500.030.4
HSL177.6º48.54%40.39%-
HSV(B)177.6º65.36%60%-
XYZ18.2825.7132.43-
YUV122.64142.8778.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=14.93%
G=43.10%
B=41.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531490.6500.030.4177.648.5440.39
Hex359995410328b23128
Octal6523122510103502626150
Binary1101011001100110010101100000101110100010110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359995; }

 p { color: rgb(53,153,149); }

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

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

 a { background-color: rgb(53,153,149); }

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

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

 span { border-color: rgb(53,153,149); }

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