#369389

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

Shades of Blue Chill #369389

Tints of Blue Chill #369389

Color information

#369389 (or 0x369389) is unknown color: approx Blue Chill. HEX triplet: 36, 93 and 89. RGB value is (54,147,137). Sum of RGB (Red+Green+Blue) = 54+147+137=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #369389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369389 is #C96C76. Grayscale: #767676. Windows color (decimal): -13200503 or 9016118. OLE color: 9016118.

HSL color Cylindrical-coordinate representation of color #369389: hue angle of 173.55º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369389 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB54147137-
CMYK0.6300.070.42
HSL173.55º46.27%39.41%-
HSV(B)173.55º63.27%57.65%-
XYZ16.4723.4627.33-
YUV118.05138.6982.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=15.98%
G=43.49%
B=40.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541471370.6300.070.42173.5546.2739.41
Hex3693893F072Aae2e27
Octal662232117707522565647
Binary1101101001001110001001111111011110101010101110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369389; }

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

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

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

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

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

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

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

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