Html Css Color HEX #397C93 Jelly Bean

📋 copy color: '#397C93'

red 57 ◦ green 124 ◦ blue 147

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

Shades of Jelly Bean #397C93

Tints of Jelly Bean #397C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 17.38%
G = 37.8%
B = 44.82%

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

#397C93 (or 0x397C93) is known color: Jelly Bean. HEX triplet: 39, 7C and 93. RGB value is (57,124,147). Sum of RGB (Red+Green+Blue) = 57+124+147=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #397C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C93 is #C6836C. Grayscale: #6A6A6A. Windows color (decimal): -13009773 or 9665593. OLE color: 9665593.

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

Color convert

RGB 57 124 147 -
CMYK 0.61 0.16 0 0.42
HSL 195.33º 0.44% 0.4% -
HSV(B) 195.33º 0.61% 0.58% -
XYZ 14.16 17.39 30.21 -
YUV 106.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 57 124 147 0.61 0.16 0 0.42 195.33 0.44 0.4
Hex 39 7C 93 3D 10 0 2A C3 2C 28
Octal 71 174 223 75 20 0 52 303 54 50
Binary 111001 1111100 10010011 111101 10000 0 101010 11000011 101100 101000

Color Harmonies of #397C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C93

Black with #397C93

Text Example


Text Example

White with #397C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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