Html Css Color HEX #397C8A Jelly Bean

📋 copy color: '#397C8A'

red 57 ◦ green 124 ◦ blue 138

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

Shades of Jelly Bean #397C8A

Tints of Jelly Bean #397C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 17.87%
G = 38.87%
B = 43.26%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#397C8A (or 0x397C8A) is known color: Jelly Bean. HEX triplet: 39, 7C and 8A. RGB value is (57,124,138). Sum of RGB (Red+Green+Blue) = 57+124+138=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #397C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C8A is #C68375. Grayscale: #696969. Windows color (decimal): -13009782 or 9075769. OLE color: 9075769.

HSL color Cylindrical-coordinate representation of color #397C8A: hue angle of 190.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #397C8A is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 124 138 -
CMYK 0.59 0.10 0 0.46
HSL 190.37º 0.42% 0.38% -
HSV(B) 190.37º 0.59% 0.54% -
XYZ 13.48 17.12 26.64 -
YUV 105.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 57 124 138 0.59 0.10 0 0.46 190.37 0.42 0.38
Hex 39 7C 8A 3B A 0 2E BE 2A 26
Octal 71 174 212 73 12 0 56 276 52 46
Binary 111001 1111100 10001010 111011 1010 0 101110 10111110 101010 100110

Color Harmonies of #397C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C8A

Black with #397C8A

Text Example


Text Example

White with #397C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,124,138); }

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

background-color css

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

 a { background-color: rgb(57,124,138); }

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

border-color css

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

 span { border-color: rgb(57,124,138); }

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