#369289

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

Shades of Blue Chill #369289

Tints of Blue Chill #369289

Color information

#369289 (or 0x369289) is unknown color: approx Blue Chill. HEX triplet: 36, 92 and 89. RGB value is (54,146,137). Sum of RGB (Red+Green+Blue) = 54+146+137=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #369289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369289 is #C96D76. Grayscale: #757575. Windows color (decimal): -13200759 or 9015862. OLE color: 9015862.

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

Color convert

RGB54146137-
CMYK0.6300.060.43
HSL174.13º46%39.22%-
HSV(B)174.13º63.01%57.25%-
XYZ16.3223.1527.28-
YUV117.47139.0282.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=16.02%
G=43.32%
B=40.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461370.6300.060.43174.134639.22
Hex3692893F062Bae2e27
Octal662222117706532565647
Binary1101101001001010001001111111011010101110101110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369289; }

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

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

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

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

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

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

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

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