Html Css Color HEX #397D94 Jelly Bean

📋 copy color: '#397D94'

red 57 ◦ green 125 ◦ blue 148

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

Shades of Jelly Bean #397D94

Tints of Jelly Bean #397D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 17.27%
G = 37.88%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397D94 (or 0x397D94) is known color: Jelly Bean. HEX triplet: 39, 7D and 94. RGB value is (57,125,148). Sum of RGB (Red+Green+Blue) = 57+125+148=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #397D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D94 is #C6826B. Grayscale: #6B6B6B. Windows color (decimal): -13009516 or 9731385. OLE color: 9731385.

HSL color Cylindrical-coordinate representation of color #397D94: hue angle of 195.16º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397D94 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 125 148 -
CMYK 0.61 0.16 0 0.42
HSL 195.16º 0.44% 0.4% -
HSV(B) 195.16º 0.61% 0.58% -
XYZ 14.37 17.68 30.67 -
YUV 107.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 57 125 148 0.61 0.16 0 0.42 195.16 0.44 0.4
Hex 39 7D 94 3D 10 0 2A C3 2C 28
Octal 71 175 224 75 20 0 52 303 54 50
Binary 111001 1111101 10010100 111101 10000 0 101010 11000011 101100 101000

Color Harmonies of #397D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D94

Black with #397D94

Text Example


Text Example

White with #397D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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