Html Css Color HEX #397D8B Jelly Bean

📋 copy color: '#397D8B'

red 57 ◦ green 125 ◦ blue 139

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

Shades of Jelly Bean #397D8B

Tints of Jelly Bean #397D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 17.76%
G = 38.94%
B = 43.3%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#397D8B (or 0x397D8B) is known color: Jelly Bean. HEX triplet: 39, 7D and 8B. RGB value is (57,125,139). Sum of RGB (Red+Green+Blue) = 57+125+139=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #397D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D8B is #C68274. Grayscale: #6A6A6A. Windows color (decimal): -13009525 or 9141561. OLE color: 9141561.

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

Color convert

RGB 57 125 139 -
CMYK 0.59 0.10 0 0.45
HSL 190.24º 0.42% 0.38% -
HSV(B) 190.24º 0.59% 0.55% -
XYZ 13.68 17.4 27.06 -
YUV 106.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 57 125 139 0.59 0.10 0 0.45 190.24 0.42 0.38
Hex 39 7D 8B 3B A 0 2D BE 2A 26
Octal 71 175 213 73 12 0 55 276 52 46
Binary 111001 1111101 10001011 111011 1010 0 101101 10111110 101010 100110

Color Harmonies of #397D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D8B

Black with #397D8B

Text Example


Text Example

White with #397D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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