#397894

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

Shades of Jelly Bean #397894

Tints of Jelly Bean #397894

Color information

#397894 (or 0x397894) is unknown color: approx Jelly Bean. HEX triplet: 39, 78 and 94. RGB value is (57,120,148). Sum of RGB (Red+Green+Blue) = 57+120+148=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #397894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397894 is #C6876B. Grayscale: #686868. Windows color (decimal): -13010796 or 9730105. OLE color: 9730105.

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

Color convert

RGB57120148-
CMYK0.610.1900.42
HSL198.46º44.39%40.2%-
HSV(B)198.46º61.49%58.04%-
XYZ13.7516.4430.47-
YUV104.36152.6394.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=17.54%
G=36.92%
B=45.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571201480.610.1900.42198.4644.3940.2
Hex3978943D1302Ac62c28
Octal7117022475230523065450
Binary11100111110001001010011110110011010101011000110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397894; }

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

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

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

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

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

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

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

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