#359296

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

Shades of Blue Chill #359296

Tints of Blue Chill #359296

Color information

#359296 (or 0x359296) is unknown color: approx Blue Chill. HEX triplet: 35, 92 and 96. RGB value is (53,146,150). Sum of RGB (Red+Green+Blue) = 53+146+150=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #359296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359296 is #CA6D69. Grayscale: #767676. Windows color (decimal): -13266282 or 9867829. OLE color: 9867829.

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

Color convert

RGB53146150-
CMYK0.650.0300.41
HSL182.47º47.78%39.8%-
HSV(B)182.47º64.67%58.82%-
XYZ17.2523.5232.48-
YUV118.65145.6981.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=15.19%
G=41.83%
B=42.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531461500.650.0300.41182.4747.7839.8
Hex359296413029b63028
Octal6522222610130512666050
Binary1101011001001010010110100000111010100110110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359296; }

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

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

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

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

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

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

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

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