Html Css Color HEX #397696 Jelly Bean

📋 copy color: '#397696'

red 57 ◦ green 118 ◦ blue 150

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

Shades of Jelly Bean #397696

Tints of Jelly Bean #397696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 17.54%
G = 36.31%
B = 46.15%

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

#397696 (or 0x397696) is known color: Jelly Bean. HEX triplet: 39, 76 and 96. RGB value is (57,118,150). Sum of RGB (Red+Green+Blue) = 57+118+150=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #397696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397696 is #C68969. Grayscale: #676767. Windows color (decimal): -13011306 or 9860665. OLE color: 9860665.

HSL color Cylindrical-coordinate representation of color #397696: hue angle of 200.65º 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 #397696 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 118 150 -
CMYK 0.62 0.21 0 0.41
HSL 200.65º 0.45% 0.41% -
HSV(B) 200.65º 0.62% 0.59% -
XYZ 13.67 16.03 31.23 -
YUV 103.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 57 118 150 0.62 0.21 0 0.41 200.65 0.45 0.41
Hex 39 76 96 3E 15 0 29 C9 2D 29
Octal 71 166 226 76 25 0 51 311 55 51
Binary 111001 1110110 10010110 111110 10101 0 101001 11001001 101101 101001

Color Harmonies of #397696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397696

Black with #397696

Text Example


Text Example

White with #397696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397696; }

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

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

background-color css

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

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

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

border-color css

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

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

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