#397C8A

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

Shades of Jelly Bean #397C8A

Tints of Jelly Bean #397C8A

Color information

#397C8A (or 0x397C8A) is unknown color: approx Jelly Bean. HEX triplet: 39, 7C and 8A. RGB value is (57,124,138). Sum of RGB (Red+Green+Blue) = 57+124+138=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #397C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C8A is #C68375. Grayscale: #696969. Windows color (decimal): -13009782 or 9075769. OLE color: 9075769.

HSL color Cylindrical-coordinate representation of color #397C8A: hue angle of 190.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #397C8A is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57124138-
CMYK0.590.1000.46
HSL190.37º41.54%38.24%-
HSV(B)190.37º58.7%54.12%-
XYZ13.4817.1226.64-
YUV105.56146.393.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=17.87%
G=38.87%
B=43.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571241380.590.1000.46190.3741.5438.24
Hex397C8A3BA02Ebe2a26
Octal7117421273120562765246
Binary1110011111100100010101110111010010111010111110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,138); }

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

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

 a { background-color: rgb(57,124,138); }

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

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

 span { border-color: rgb(57,124,138); }

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