#369597

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

Shades of Blue Chill #369597

Tints of Blue Chill #369597

Color information

#369597 (or 0x369597) is unknown color: approx Blue Chill. HEX triplet: 36, 95 and 97. RGB value is (54,149,151). Sum of RGB (Red+Green+Blue) = 54+149+151=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #369597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369597 is #C96A68. Grayscale: #787878. Windows color (decimal): -13199977 or 9934134. OLE color: 9934134.

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

Color convert

RGB54149151-
CMYK0.640.0100.41
HSL181.24º47.32%40.2%-
HSV(B)181.24º64.24%59.22%-
XYZ17.8524.5133.07-
YUV120.82145.0380.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=15.25%
G=42.09%
B=42.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541491510.640.0100.41181.2447.3240.2
Hex369597401029b52f28
Octal6622522710010512655750
Binary110110100101011001011110000001010100110110101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369597; }

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

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

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

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

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

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

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

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