#397E9D

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

Shades of Jelly Bean #397E9D

Tints of Jelly Bean #397E9D

Color information

#397E9D (or 0x397E9D) is unknown color: approx Jelly Bean. HEX triplet: 39, 7E and 9D. RGB value is (57,126,157). Sum of RGB (Red+Green+Blue) = 57+126+157=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #397E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E9D is #C68162. Grayscale: #6C6C6C. Windows color (decimal): -13009251 or 10321465. OLE color: 10321465.

HSL color Cylindrical-coordinate representation of color #397E9D: hue angle of 198.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397E9D is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57126157-
CMYK0.640.2000.38
HSL198.6º46.73%41.96%-
HSV(B)198.6º63.69%61.57%-
XYZ15.2318.2334.61-
YUV108.9155.1490.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=16.76%
G=37.06%
B=46.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571261570.640.2000.38198.646.7341.96
Hex397E9D4014026c72f2a
Octal71176235100240463075752
Binary111001111111010011101100000010100010011011000111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397E9D; }

 p { color: rgb(57,126,157); }

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

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

 a { background-color: rgb(57,126,157); }

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

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

 span { border-color: rgb(57,126,157); }

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