Html Css Color HEX #397796 Jelly Bean

📋 copy color: '#397796'

red 57 ◦ green 119 ◦ blue 150

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

Shades of Jelly Bean #397796

Tints of Jelly Bean #397796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 17.48%
G = 36.5%
B = 46.01%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397796 (or 0x397796) is known color: Jelly Bean. HEX triplet: 39, 77 and 96. RGB value is (57,119,150). Sum of RGB (Red+Green+Blue) = 57+119+150=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #397796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397796 is #C68869. Grayscale: #676767. Windows color (decimal): -13011050 or 9860921. OLE color: 9860921.

HSL color Cylindrical-coordinate representation of color #397796: hue angle of 200º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397796 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 119 150 -
CMYK 0.62 0.21 0 0.41
HSL 200º 0.45% 0.41% -
HSV(B) 200º 0.62% 0.59% -
XYZ 13.79 16.27 31.27 -
YUV 104 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 57 119 150 0.62 0.21 0 0.41 200 0.45 0.41
Hex 39 77 96 3E 15 0 29 C8 2D 29
Octal 71 167 226 76 25 0 51 310 55 51
Binary 111001 1110111 10010110 111110 10101 0 101001 11001000 101101 101001

Color Harmonies of #397796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397796

Black with #397796

Text Example


Text Example

White with #397796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397796; }

 p { color: rgb(57,119,150); }

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

background-color css

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

 a { background-color: rgb(57,119,150); }

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

border-color css

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

 span { border-color: rgb(57,119,150); }

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