Html Css Color HEX #397999 Jelly Bean

📋 copy color: '#397999'

red 57 ◦ green 121 ◦ blue 153

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

Shades of Jelly Bean #397999

Tints of Jelly Bean #397999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 17.22%
G = 36.56%
B = 46.22%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397999 (or 0x397999) is known color: Jelly Bean. HEX triplet: 39, 79 and 99. RGB value is (57,121,153). Sum of RGB (Red+Green+Blue) = 57+121+153=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #397999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397999 is #C68666. Grayscale: #696969. Windows color (decimal): -13010535 or 10058041. OLE color: 10058041.

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

Color convert

RGB 57 121 153 -
CMYK 0.63 0.21 0 0.4
HSL 200º 0.46% 0.41% -
HSV(B) 200º 0.63% 0.6% -
XYZ 14.27 16.84 32.64 -
YUV 105.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 57 121 153 0.63 0.21 0 0.4 200 0.46 0.41
Hex 39 79 99 3F 15 0 28 C8 2E 29
Octal 71 171 231 77 25 0 50 310 56 51
Binary 111001 1111001 10011001 111111 10101 0 101000 11001000 101110 101001

Color Harmonies of #397999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397999

Black with #397999

Text Example


Text Example

White with #397999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397999; }

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

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

background-color css

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

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

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

border-color css

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

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

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