Html Css Color HEX #397D89 Jelly Bean

📋 copy color: '#397D89'

red 57 ◦ green 125 ◦ blue 137

#397D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #397D89

Tints of Jelly Bean #397D89

RGB

 RED value IS 57 (22.66% from 255) = 17.87%

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 17.87%
G = 39.18%
B = 42.95%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#397D89 (or 0x397D89) is known color: Jelly Bean. HEX triplet: 39, 7D and 89. RGB value is (57,125,137). Sum of RGB (Red+Green+Blue) = 57+125+137=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #397D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D89 is #C68276. Grayscale: #696969. Windows color (decimal): -13009527 or 9010489. OLE color: 9010489.

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

Color convert

RGB 57 125 137 -
CMYK 0.58 0.09 0 0.46
HSL 189º 0.41% 0.38% -
HSV(B) 189º 0.58% 0.54% -
XYZ 13.54 17.34 26.3 -
YUV 106.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 57 125 137 0.58 0.09 0 0.46 189 0.41 0.38
Hex 39 7D 89 3A 9 0 2E BD 29 26
Octal 71 175 211 72 11 0 56 275 51 46
Binary 111001 1111101 10001001 111010 1001 0 101110 10111101 101001 100110

Color Harmonies of #397D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D89

Black with #397D89

Text Example


Text Example

White with #397D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,137); }

 H1.HeaderClassName
 {
   color: #397D89;
 }
 .AnyTagClassName
 {
   color: #397D89;
 }
</style>

background-color css

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

 a { background-color: rgb(57,125,137); }

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

border-color css

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

 span { border-color: rgb(57,125,137); }

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