Html Css Color HEX #397890 Jelly Bean

📋 copy color: '#397890'

red 57 ◦ green 120 ◦ blue 144

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

Shades of Jelly Bean #397890

Tints of Jelly Bean #397890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 17.76%
G = 37.38%
B = 44.86%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#397890 (or 0x397890) is known color: Jelly Bean. HEX triplet: 39, 78 and 90. RGB value is (57,120,144). Sum of RGB (Red+Green+Blue) = 57+120+144=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #397890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397890 is #C6876F. Grayscale: #676767. Windows color (decimal): -13010800 or 9467961. OLE color: 9467961.

HSL color Cylindrical-coordinate representation of color #397890: hue angle of 196.55º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397890 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 120 144 -
CMYK 0.60 0.17 0 0.44
HSL 196.55º 0.43% 0.39% -
HSV(B) 196.55º 0.6% 0.56% -
XYZ 13.44 16.32 28.83 -
YUV 103.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 57 120 144 0.60 0.17 0 0.44 196.55 0.43 0.39
Hex 39 78 90 3C 11 0 2C C5 2B 27
Octal 71 170 220 74 21 0 54 305 53 47
Binary 111001 1111000 10010000 111100 10001 0 101100 11000101 101011 100111

Color Harmonies of #397890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397890

Black with #397890

Text Example


Text Example

White with #397890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397890; }

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

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

background-color css

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

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

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

border-color css

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

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

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