Html Css Color HEX #394891 Tory Blue

📋 copy color: '#394891'

red 57 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #394891

Tints of Tory Blue #394891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 20.8%
G = 26.28%
B = 52.92%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394891 (or 0x394891) is known color: Tory Blue. HEX triplet: 39, 48 and 91. RGB value is (57,72,145). Sum of RGB (Red+Green+Blue) = 57+72+145=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #394891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394891 is #C6B76E. Grayscale: #4B4B4B. Windows color (decimal): -13023087 or 9521209. OLE color: 9521209.

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

Color convert

RGB 57 72 145 -
CMYK 0.61 0.50 0 0.43
HSL 229.77º 0.44% 0.4% -
HSV(B) 229.77º 0.61% 0.57% -
XYZ 9.12 7.55 27.76 -
YUV 75.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 57 72 145 0.61 0.50 0 0.43 229.77 0.44 0.4
Hex 39 48 91 3D 32 0 2B E6 2C 28
Octal 71 110 221 75 62 0 53 346 54 50
Binary 111001 1001000 10010001 111101 110010 0 101011 11100110 101100 101000

Color Harmonies of #394891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394891

Black with #394891

Text Example


Text Example

White with #394891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394891; }

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

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

background-color css

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

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

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

border-color css

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

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

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