Html Css Color HEX #394591 Tory Blue

📋 copy color: '#394591'

red 57 ◦ green 69 ◦ blue 145

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

Shades of Tory Blue #394591

Tints of Tory Blue #394591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 21.03%
G = 25.46%
B = 53.51%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394591 (or 0x394591) is known color: Tory Blue. HEX triplet: 39, 45 and 91. RGB value is (57,69,145). Sum of RGB (Red+Green+Blue) = 57+69+145=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #394591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394591 is #C6BA6E. Grayscale: #494949. Windows color (decimal): -13023855 or 9520441. OLE color: 9520441.

HSL color Cylindrical-coordinate representation of color #394591: hue angle of 231.82º 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 #394591 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 69 145 -
CMYK 0.61 0.52 0 0.43
HSL 231.82º 0.44% 0.4% -
HSV(B) 231.82º 0.61% 0.57% -
XYZ 8.93 7.17 27.7 -
YUV 74.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 57 69 145 0.61 0.52 0 0.43 231.82 0.44 0.4
Hex 39 45 91 3D 34 0 2B E8 2C 28
Octal 71 105 221 75 64 0 53 350 54 50
Binary 111001 1000101 10010001 111101 110100 0 101011 11101000 101100 101000

Color Harmonies of #394591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394591

Black with #394591

Text Example


Text Example

White with #394591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394591; }

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

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

background-color css

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

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

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

border-color css

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

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

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