#399298

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

Shades of Blue Chill #399298

Tints of Blue Chill #399298

Color information

#399298 (or 0x399298) is unknown color: approx Blue Chill. HEX triplet: 39, 92 and 98. RGB value is (57,146,152). Sum of RGB (Red+Green+Blue) = 57+146+152=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #399298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399298 is #C66D67. Grayscale: #777777. Windows color (decimal): -13004136 or 9998905. OLE color: 9998905.

HSL color Cylindrical-coordinate representation of color #399298: hue angle of 183.79º 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 #399298 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57146152-
CMYK0.620.0400.40
HSL183.79º45.45%40.98%-
HSV(B)183.79º62.5%59.61%-
XYZ17.6323.6933.35-
YUV120.07146.0183.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.06%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=16.06%
G=41.13%
B=42.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571461520.620.0400.40183.7945.4540.98
Hex3992983E4028b82d29
Octal712222307640502705551
Binary1110011001001010011000111110100010100010111000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399298; }

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

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

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

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

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

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

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

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