#398490

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

Shades of Blue Chill #398490

Tints of Blue Chill #398490

Color information

#398490 (or 0x398490) is unknown color: approx Blue Chill. HEX triplet: 39, 84 and 90. RGB value is (57,132,144). Sum of RGB (Red+Green+Blue) = 57+132+144=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #398490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398490 is #C67B6F. Grayscale: #6E6E6E. Windows color (decimal): -13007728 or 9471033. OLE color: 9471033.

HSL color Cylindrical-coordinate representation of color #398490: hue angle of 188.28º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398490 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57132144-
CMYK0.600.0800.44
HSL188.28º43.28%39.41%-
HSV(B)188.28º60.42%56.47%-
XYZ14.9719.3929.34-
YUV110.94146.6589.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=17.12%
G=39.64%
B=43.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571321440.600.0800.44188.2843.2839.41
Hex3984903C802Cbc2b27
Octal7120422074100542745347
Binary11100110000100100100001111001000010110010111100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398490; }

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

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

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

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

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

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

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

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