#397E8B

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

Shades of Jelly Bean #397E8B

Tints of Jelly Bean #397E8B

Color information

#397E8B (or 0x397E8B) is unknown color: approx Jelly Bean. HEX triplet: 39, 7E and 8B. RGB value is (57,126,139). Sum of RGB (Red+Green+Blue) = 57+126+139=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #397E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E8B is #C68174. Grayscale: #6A6A6A. Windows color (decimal): -13009269 or 9141817. OLE color: 9141817.

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

Color convert

RGB57126139-
CMYK0.590.0900.45
HSL189.51º41.84%38.43%-
HSV(B)189.51º58.99%54.51%-
XYZ13.8117.6627.11-
YUV106.85146.1492.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=17.70%
G=39.13%
B=43.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571261390.590.0900.45189.5141.8438.43
Hex397E8B3B902Dbe2a26
Octal7117621373110552765246
Binary1110011111110100010111110111001010110110111110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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