Html Css Color HEX #394E91 Tory Blue

📋 copy color: '#394E91'

red 57 ◦ green 78 ◦ blue 145

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

Shades of Tory Blue #394E91

Tints of Tory Blue #394E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.86%

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

R = 20.36%
G = 27.86%
B = 51.79%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394E91 (or 0x394E91) is known color: Tory Blue. HEX triplet: 39, 4E and 91. RGB value is (57,78,145). Sum of RGB (Red+Green+Blue) = 57+78+145=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #394E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E91 is #C6B16E. Grayscale: #4F4F4F. Windows color (decimal): -13021551 or 9522745. OLE color: 9522745.

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

Color convert

RGB 57 78 145 -
CMYK 0.61 0.46 0 0.43
HSL 225.68º 0.44% 0.4% -
HSV(B) 225.68º 0.61% 0.57% -
XYZ 9.52 8.36 27.9 -
YUV 79.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 57 78 145 0.61 0.46 0 0.43 225.68 0.44 0.4
Hex 39 4E 91 3D 2E 0 2B E2 2C 28
Octal 71 116 221 75 56 0 53 342 54 50
Binary 111001 1001110 10010001 111101 101110 0 101011 11100010 101100 101000

Color Harmonies of #394E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E91

Black with #394E91

Text Example


Text Example

White with #394E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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