Html Css Color HEX #397B94 Jelly Bean

📋 copy color: '#397B94'

red 57 ◦ green 123 ◦ blue 148

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

Shades of Jelly Bean #397B94

Tints of Jelly Bean #397B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

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

R = 17.38%
G = 37.5%
B = 45.12%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397B94 (or 0x397B94) is known color: Jelly Bean. HEX triplet: 39, 7B and 94. RGB value is (57,123,148). Sum of RGB (Red+Green+Blue) = 57+123+148=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #397B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B94 is #C6846B. Grayscale: #696969. Windows color (decimal): -13010028 or 9730873. OLE color: 9730873.

HSL color Cylindrical-coordinate representation of color #397B94: hue angle of 196.48º 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 #397B94 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 123 148 -
CMYK 0.61 0.17 0 0.42
HSL 196.48º 0.44% 0.4% -
HSV(B) 196.48º 0.61% 0.58% -
XYZ 14.12 17.17 30.59 -
YUV 106.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 57 123 148 0.61 0.17 0 0.42 196.48 0.44 0.4
Hex 39 7B 94 3D 11 0 2A C4 2C 28
Octal 71 173 224 75 21 0 52 304 54 50
Binary 111001 1111011 10010100 111101 10001 0 101010 11000100 101100 101000

Color Harmonies of #397B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B94

Black with #397B94

Text Example


Text Example

White with #397B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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