#399098

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

Shades of Blue Chill #399098

Tints of Blue Chill #399098

Color information

#399098 (or 0x399098) is unknown color: approx Blue Chill. HEX triplet: 39, 90 and 98. RGB value is (57,144,152). Sum of RGB (Red+Green+Blue) = 57+144+152=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #399098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399098 is #C66F67. Grayscale: #767676. Windows color (decimal): -13004648 or 9998393. OLE color: 9998393.

HSL color Cylindrical-coordinate representation of color #399098: hue angle of 185.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399098 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57144152-
CMYK0.620.0500.40
HSL185.05º45.45%40.98%-
HSV(B)185.05º62.5%59.61%-
XYZ17.3323.0833.25-
YUV118.9146.6883.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=16.15%
G=40.79%
B=43.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571441520.620.0500.40185.0545.4540.98
Hex3990983E5028b92d29
Octal712202307650502715551
Binary1110011001000010011000111110101010100010111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399098; }

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

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

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

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

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

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

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

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