#397E8A

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

Shades of Jelly Bean #397E8A

Tints of Jelly Bean #397E8A

Color information

#397E8A (or 0x397E8A) is unknown color: approx Jelly Bean. HEX triplet: 39, 7E and 8A. RGB value is (57,126,138). Sum of RGB (Red+Green+Blue) = 57+126+138=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #397E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E8A is #C68175. Grayscale: #6A6A6A. Windows color (decimal): -13009270 or 9076281. OLE color: 9076281.

HSL color Cylindrical-coordinate representation of color #397E8A: hue angle of 188.89º 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 #397E8A is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57126138-
CMYK0.590.0900.46
HSL188.89º41.54%38.24%-
HSV(B)188.89º58.7%54.12%-
XYZ13.7417.6326.72-
YUV106.74145.6492.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=17.76%
G=39.25%
B=42.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571261380.590.0900.46188.8941.5438.24
Hex397E8A3B902Ebd2a26
Octal7117621273110562755246
Binary1110011111110100010101110111001010111010111101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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