#397893

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

Shades of Jelly Bean #397893

Tints of Jelly Bean #397893

Color information

#397893 (or 0x397893) is unknown color: approx Jelly Bean. HEX triplet: 39, 78 and 93. RGB value is (57,120,147). Sum of RGB (Red+Green+Blue) = 57+120+147=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #397893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397893 is #C6876C. Grayscale: #686868. Windows color (decimal): -13010797 or 9664569. OLE color: 9664569.

HSL color Cylindrical-coordinate representation of color #397893: hue angle of 198º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397893 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57120147-
CMYK0.610.1800.42
HSL198º44.12%40%-
HSV(B)198º61.22%57.65%-
XYZ13.6716.4130.05-
YUV104.24152.1394.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=17.59%
G=37.04%
B=45.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571201470.610.1800.4219844.1240
Hex3978933D1202Ac62c28
Octal7117022375220523065450
Binary11100111110001001001111110110010010101011000110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397893; }

 p { color: rgb(57,120,147); }

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

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

 a { background-color: rgb(57,120,147); }

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

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

 span { border-color: rgb(57,120,147); }

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