#369991

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

Shades of Blue Chill #369991

Tints of Blue Chill #369991

Color information

#369991 (or 0x369991) is unknown color: approx Blue Chill. HEX triplet: 36, 99 and 91. RGB value is (54,153,145). Sum of RGB (Red+Green+Blue) = 54+153+145=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #369991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369991 is #C9666E. Grayscale: #7A7A7A. Windows color (decimal): -13198959 or 9541942. OLE color: 9541942.

HSL color Cylindrical-coordinate representation of color #369991: hue angle of 175.15º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369991 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB54153145-
CMYK0.6500.050.4
HSL175.15º47.83%40.59%-
HSV(B)175.15º64.71%60%-
XYZ18.0225.6130.78-
YUV122.49140.779.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.34%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=15.34%
G=43.47%
B=41.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541531450.6500.050.4175.1547.8340.59
Hex369991410528af3029
Octal6623122110105502576051
Binary11011010011001100100011000001010110100010101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369991; }

 p { color: rgb(54,153,145); }

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

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

 a { background-color: rgb(54,153,145); }

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

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

 span { border-color: rgb(54,153,145); }

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