Html Css Color HEX #397997 Jelly Bean

📋 copy color: '#397997'

red 57 ◦ green 121 ◦ blue 151

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

Shades of Jelly Bean #397997

Tints of Jelly Bean #397997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 17.33%
G = 36.78%
B = 45.9%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397997 (or 0x397997) is known color: Jelly Bean. HEX triplet: 39, 79 and 97. RGB value is (57,121,151). Sum of RGB (Red+Green+Blue) = 57+121+151=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #397997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397997 is #C68668. Grayscale: #696969. Windows color (decimal): -13010537 or 9926969. OLE color: 9926969.

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

Color convert

RGB 57 121 151 -
CMYK 0.62 0.20 0 0.41
HSL 199.15º 0.45% 0.41% -
HSV(B) 199.15º 0.62% 0.59% -
XYZ 14.11 16.78 31.77 -
YUV 105.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 57 121 151 0.62 0.20 0 0.41 199.15 0.45 0.41
Hex 39 79 97 3E 14 0 29 C7 2D 29
Octal 71 171 227 76 24 0 51 307 55 51
Binary 111001 1111001 10010111 111110 10100 0 101001 11000111 101101 101001

Color Harmonies of #397997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397997

Black with #397997

Text Example


Text Example

White with #397997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397997; }

 p { color: rgb(57,121,151); }

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

background-color css

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

 a { background-color: rgb(57,121,151); }

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

border-color css

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

 span { border-color: rgb(57,121,151); }

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