Html Css Color HEX #397894 Jelly Bean

📋 copy color: '#397894'

red 57 ◦ green 120 ◦ blue 148

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

Shades of Jelly Bean #397894

Tints of Jelly Bean #397894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 17.54%
G = 36.92%
B = 45.54%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397894 (or 0x397894) is known color: Jelly Bean. HEX triplet: 39, 78 and 94. RGB value is (57,120,148). Sum of RGB (Red+Green+Blue) = 57+120+148=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #397894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397894 is #C6876B. Grayscale: #686868. Windows color (decimal): -13010796 or 9730105. OLE color: 9730105.

HSL color Cylindrical-coordinate representation of color #397894: hue angle of 198.46º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397894 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 120 148 -
CMYK 0.61 0.19 0 0.42
HSL 198.46º 0.44% 0.4% -
HSV(B) 198.46º 0.61% 0.58% -
XYZ 13.75 16.44 30.47 -
YUV 104.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 57 120 148 0.61 0.19 0 0.42 198.46 0.44 0.4
Hex 39 78 94 3D 13 0 2A C6 2C 28
Octal 71 170 224 75 23 0 52 306 54 50
Binary 111001 1111000 10010100 111101 10011 0 101010 11000110 101100 101000

Color Harmonies of #397894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397894

Black with #397894

Text Example


Text Example

White with #397894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397894; }

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

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

background-color css

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

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

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

border-color css

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

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

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