#398492

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

Shades of Blue Chill #398492

Tints of Blue Chill #398492

Color information

#398492 (or 0x398492) is unknown color: approx Blue Chill. HEX triplet: 39, 84 and 92. RGB value is (57,132,146). Sum of RGB (Red+Green+Blue) = 57+132+146=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #398492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398492 is #C67B6D. Grayscale: #6F6F6F. Windows color (decimal): -13007726 or 9602105. OLE color: 9602105.

HSL color Cylindrical-coordinate representation of color #398492: hue angle of 189.44º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398492 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57132146-
CMYK0.610.1000.43
HSL189.44º43.84%39.8%-
HSV(B)189.44º60.96%57.25%-
XYZ15.1319.4530.15-
YUV111.17147.6589.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=17.01%
G=39.40%
B=43.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571321460.610.1000.43189.4443.8439.8
Hex3984923DA02Bbd2c28
Octal7120422275120532755450
Binary11100110000100100100101111011010010101110111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398492; }

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

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

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

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

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

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

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

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