#397792

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

Shades of Jelly Bean #397792

Tints of Jelly Bean #397792

Color information

#397792 (or 0x397792) is unknown color: approx Jelly Bean. HEX triplet: 39, 77 and 92. RGB value is (57,119,146). Sum of RGB (Red+Green+Blue) = 57+119+146=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #397792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397792 is #C6886D. Grayscale: #676767. Windows color (decimal): -13011054 or 9598777. OLE color: 9598777.

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

Color convert

RGB57119146-
CMYK0.610.1800.43
HSL198.2º43.84%39.8%-
HSV(B)198.2º60.96%57.25%-
XYZ13.4716.1429.6-
YUV103.54151.9694.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=17.70%
G=36.96%
B=45.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571191460.610.1800.43198.243.8439.8
Hex3977923D1202Bc62c28
Octal7116722275220533065450
Binary11100111101111001001011110110010010101111000110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397792; }

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

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

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

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

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

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

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

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