#398489

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

Shades of Blue Chill #398489

Tints of Blue Chill #398489

Color information

#398489 (or 0x398489) is unknown color: approx Blue Chill. HEX triplet: 39, 84 and 89. RGB value is (57,132,137). Sum of RGB (Red+Green+Blue) = 57+132+137=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #398489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398489 is #C67B76. Grayscale: #6E6E6E. Windows color (decimal): -13007735 or 9012281. OLE color: 9012281.

HSL color Cylindrical-coordinate representation of color #398489: hue angle of 183.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398489 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57132137-
CMYK0.580.0400.46
HSL183.75º41.24%38.04%-
HSV(B)183.75º58.39%53.73%-
XYZ14.4519.1826.61-
YUV110.14143.1590.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=17.48%
G=40.49%
B=42.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571321370.580.0400.46183.7541.2438.04
Hex3984893A402Eb82926
Octal712042117240562705146
Binary1110011000010010001001111010100010111010111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398489; }

 p { color: rgb(57,132,137); }

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

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

 a { background-color: rgb(57,132,137); }

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

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

 span { border-color: rgb(57,132,137); }

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