Html Css Color HEX #397E94 Jelly Bean

📋 copy color: '#397E94'

red 57 ◦ green 126 ◦ blue 148

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

Shades of Jelly Bean #397E94

Tints of Jelly Bean #397E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.07%

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

R = 17.22%
G = 38.07%
B = 44.71%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397E94 (or 0x397E94) is known color: Jelly Bean. HEX triplet: 39, 7E and 94. RGB value is (57,126,148). Sum of RGB (Red+Green+Blue) = 57+126+148=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #397E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E94 is #C6816B. Grayscale: #6B6B6B. Windows color (decimal): -13009260 or 9731641. OLE color: 9731641.

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

Color convert

RGB 57 126 148 -
CMYK 0.61 0.15 0 0.42
HSL 194.51º 0.44% 0.4% -
HSV(B) 194.51º 0.61% 0.58% -
XYZ 14.49 17.93 30.71 -
YUV 107.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 57 126 148 0.61 0.15 0 0.42 194.51 0.44 0.4
Hex 39 7E 94 3D F 0 2A C3 2C 28
Octal 71 176 224 75 17 0 52 303 54 50
Binary 111001 1111110 10010100 111101 1111 0 101010 11000011 101100 101000

Color Harmonies of #397E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E94

Black with #397E94

Text Example


Text Example

White with #397E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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