#369693

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

Shades of Blue Chill #369693

Tints of Blue Chill #369693

Color information

#369693 (or 0x369693) is unknown color: approx Blue Chill. HEX triplet: 36, 96 and 93. RGB value is (54,150,147). Sum of RGB (Red+Green+Blue) = 54+150+147=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #369693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369693 is #C9696C. Grayscale: #787878. Windows color (decimal): -13199725 or 9672246. OLE color: 9672246.

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

Color convert

RGB54150147-
CMYK0.6400.020.41
HSL178.12º47.06%40%-
HSV(B)178.12º64%58.82%-
XYZ17.6924.731.44-
YUV120.95142.780.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=15.38%
G=42.74%
B=41.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501470.6400.020.41178.1247.0640
Hex369693400229b22f28
Octal6622622310002512625750
Binary1101101001011010010011100000001010100110110010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369693; }

 p { color: rgb(54,150,147); }

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

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

 a { background-color: rgb(54,150,147); }

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

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

 span { border-color: rgb(54,150,147); }

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