Html Css Color HEX #397899 Jelly Bean

📋 copy color: '#397899'

red 57 ◦ green 120 ◦ blue 153

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

Shades of Jelly Bean #397899

Tints of Jelly Bean #397899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 17.27%
G = 36.36%
B = 46.36%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397899 (or 0x397899) is known color: Jelly Bean. HEX triplet: 39, 78 and 99. RGB value is (57,120,153). Sum of RGB (Red+Green+Blue) = 57+120+153=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #397899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397899 is #C68766. Grayscale: #686868. Windows color (decimal): -13010791 or 10057785. OLE color: 10057785.

HSL color Cylindrical-coordinate representation of color #397899: hue angle of 200.62º 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 #397899 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 120 153 -
CMYK 0.63 0.22 0 0.4
HSL 200.63º 0.46% 0.41% -
HSV(B) 200.63º 0.63% 0.6% -
XYZ 14.15 16.6 32.6 -
YUV 104.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 57 120 153 0.63 0.22 0 0.4 200.63 0.46 0.41
Hex 39 78 99 3F 16 0 28 C9 2E 29
Octal 71 170 231 77 26 0 50 311 56 51
Binary 111001 1111000 10011001 111111 10110 0 101000 11001001 101110 101001

Color Harmonies of #397899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397899

Black with #397899

Text Example


Text Example

White with #397899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397899; }

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

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

background-color css

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

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

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

border-color css

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

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

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