#369497

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

Shades of Blue Chill #369497

Tints of Blue Chill #369497

Color information

#369497 (or 0x369497) is unknown color: approx Blue Chill. HEX triplet: 36, 94 and 97. RGB value is (54,148,151). Sum of RGB (Red+Green+Blue) = 54+148+151=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #369497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369497 is #C96B68. Grayscale: #787878. Windows color (decimal): -13200233 or 9933878. OLE color: 9933878.

HSL color Cylindrical-coordinate representation of color #369497: hue angle of 181.86º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369497 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54148151-
CMYK0.640.0200.41
HSL181.86º47.32%40.2%-
HSV(B)181.86º64.24%59.22%-
XYZ17.724.233.02-
YUV120.24145.3680.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=15.30%
G=41.93%
B=42.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541481510.640.0200.41181.8647.3240.2
Hex369497402029b62f28
Octal6622422710020512665750
Binary1101101001010010010111100000010010100110110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369497; }

 p { color: rgb(54,148,151); }

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

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

 a { background-color: rgb(54,148,151); }

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

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

 span { border-color: rgb(54,148,151); }

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