#369990

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

Shades of Blue Chill #369990

Tints of Blue Chill #369990

Color information

#369990 (or 0x369990) is unknown color: approx Blue Chill. HEX triplet: 36, 99 and 90. RGB value is (54,153,144). Sum of RGB (Red+Green+Blue) = 54+153+144=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #369990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369990 is #C9666F. Grayscale: #7A7A7A. Windows color (decimal): -13198960 or 9476406. OLE color: 9476406.

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

Color convert

RGB54153144-
CMYK0.6500.060.4
HSL174.55º47.83%40.59%-
HSV(B)174.55º64.71%60%-
XYZ17.9525.5830.38-
YUV122.37140.279.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=15.38%
G=43.59%
B=41.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541531440.6500.060.4174.5547.8340.59
Hex369990410628af3029
Octal6623122010106502576051
Binary11011010011001100100001000001011010100010101111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369990; }

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

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

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

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

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

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

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

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