Html Css Color HEX #397D96 Jelly Bean

📋 copy color: '#397D96'

red 57 ◦ green 125 ◦ blue 150

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

Shades of Jelly Bean #397D96

Tints of Jelly Bean #397D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 17.17%
G = 37.65%
B = 45.18%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397D96 (or 0x397D96) is known color: Jelly Bean. HEX triplet: 39, 7D and 96. RGB value is (57,125,150). Sum of RGB (Red+Green+Blue) = 57+125+150=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #397D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D96 is #C68269. Grayscale: #6B6B6B. Windows color (decimal): -13009514 or 9862457. OLE color: 9862457.

HSL color Cylindrical-coordinate representation of color #397D96: hue angle of 196.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397D96 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 125 150 -
CMYK 0.62 0.17 0 0.41
HSL 196.13º 0.45% 0.41% -
HSV(B) 196.13º 0.62% 0.59% -
XYZ 14.53 17.74 31.51 -
YUV 107.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 57 125 150 0.62 0.17 0 0.41 196.13 0.45 0.41
Hex 39 7D 96 3E 11 0 29 C4 2D 29
Octal 71 175 226 76 21 0 51 304 55 51
Binary 111001 1111101 10010110 111110 10001 0 101001 11000100 101101 101001

Color Harmonies of #397D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D96

Black with #397D96

Text Example


Text Example

White with #397D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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