#397896

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

Shades of Jelly Bean #397896

Tints of Jelly Bean #397896

Color information

#397896 (or 0x397896) is unknown color: approx Jelly Bean. HEX triplet: 39, 78 and 96. RGB value is (57,120,150). Sum of RGB (Red+Green+Blue) = 57+120+150=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #397896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397896 is #C68769. Grayscale: #686868. Windows color (decimal): -13010794 or 9861177. OLE color: 9861177.

HSL color Cylindrical-coordinate representation of color #397896: hue angle of 199.35º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397896 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57120150-
CMYK0.620.2000.41
HSL199.35º44.93%40.59%-
HSV(B)199.35º62%58.82%-
XYZ13.9116.531.31-
YUV104.58153.6394.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=17.43%
G=36.70%
B=45.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571201500.620.2000.41199.3544.9340.59
Hex3978963E14029c72d29
Octal7117022676240513075551
Binary11100111110001001011011111010100010100111000111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397896; }

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

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

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

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

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

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

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

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