#398491

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

Shades of Blue Chill #398491

Tints of Blue Chill #398491

Color information

#398491 (or 0x398491) is unknown color: approx Blue Chill. HEX triplet: 39, 84 and 91. RGB value is (57,132,145). Sum of RGB (Red+Green+Blue) = 57+132+145=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #398491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398491 is #C67B6E. Grayscale: #6E6E6E. Windows color (decimal): -13007727 or 9536569. OLE color: 9536569.

HSL color Cylindrical-coordinate representation of color #398491: hue angle of 188.86º 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 #398491 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57132145-
CMYK0.610.0900.43
HSL188.86º43.56%39.61%-
HSV(B)188.86º60.69%56.86%-
XYZ15.0519.4229.74-
YUV111.06147.1589.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=17.07%
G=39.52%
B=43.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571321450.610.0900.43188.8643.5639.61
Hex3984913D902Bbd2c28
Octal7120422175110532755450
Binary11100110000100100100011111011001010101110111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398491; }

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

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

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

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

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

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

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

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