#359096

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

Shades of Blue Chill #359096

Tints of Blue Chill #359096

Color information

#359096 (or 0x359096) is unknown color: approx Blue Chill. HEX triplet: 35, 90 and 96. RGB value is (53,144,150). Sum of RGB (Red+Green+Blue) = 53+144+150=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #359096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359096 is #CA6F69. Grayscale: #757575. Windows color (decimal): -13266794 or 9867317. OLE color: 9867317.

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

Color convert

RGB53144150-
CMYK0.650.0400.41
HSL183.71º47.78%39.8%-
HSV(B)183.71º64.67%58.82%-
XYZ16.9522.9132.38-
YUV117.48146.3582.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=15.27%
G=41.50%
B=43.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531441500.650.0400.41183.7147.7839.8
Hex359096414029b83028
Octal6522022610140512706050
Binary11010110010000100101101000001100010100110111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359096; }

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

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

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

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

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

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

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

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