#397992

Color #397992 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #397992

Tints of Jelly Bean #397992

Color information

#397992 (or 0x397992) is unknown color: approx Jelly Bean. HEX triplet: 39, 79 and 92. RGB value is (57,121,146). Sum of RGB (Red+Green+Blue) = 57+121+146=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #397992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397992 is #C6866D. Grayscale: #686868. Windows color (decimal): -13010542 or 9599289. OLE color: 9599289.

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

Color convert

RGB57121146-
CMYK0.610.1700.43
HSL196.85º43.84%39.8%-
HSV(B)196.85º60.96%57.25%-
XYZ13.7116.6229.68-
YUV104.71151.393.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=17.59%
G=37.35%
B=45.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571211460.610.1700.43196.8543.8439.8
Hex3979923D1102Bc52c28
Octal7117122275210533055450
Binary11100111110011001001011110110001010101111000101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397992; }

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

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

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

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

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

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

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

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