Html Css Color HEX #394791 Tory Blue

📋 copy color: '#394791'

red 57 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #394791

Tints of Tory Blue #394791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 20.88%
G = 26.01%
B = 53.11%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394791 (or 0x394791) is known color: Tory Blue. HEX triplet: 39, 47 and 91. RGB value is (57,71,145). Sum of RGB (Red+Green+Blue) = 57+71+145=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #394791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394791 is #C6B86E. Grayscale: #4A4A4A. Windows color (decimal): -13023343 or 9520953. OLE color: 9520953.

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

Color convert

RGB 57 71 145 -
CMYK 0.61 0.51 0 0.43
HSL 230.45º 0.44% 0.4% -
HSV(B) 230.45º 0.61% 0.57% -
XYZ 9.05 7.42 27.74 -
YUV 75.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 57 71 145 0.61 0.51 0 0.43 230.45 0.44 0.4
Hex 39 47 91 3D 33 0 2B E6 2C 28
Octal 71 107 221 75 63 0 53 346 54 50
Binary 111001 1000111 10010001 111101 110011 0 101011 11100110 101100 101000

Color Harmonies of #394791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394791

Black with #394791

Text Example


Text Example

White with #394791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394791; }

 p { color: rgb(57,71,145); }

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

background-color css

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

 a { background-color: rgb(57,71,145); }

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

border-color css

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

 span { border-color: rgb(57,71,145); }

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