Html Css Color HEX #394993 Tory Blue

📋 copy color: '#394993'

red 57 ◦ green 73 ◦ blue 147

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

Shades of Tory Blue #394993

Tints of Tory Blue #394993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 20.58%
G = 26.35%
B = 53.07%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394993 (or 0x394993) is known color: Tory Blue. HEX triplet: 39, 49 and 93. RGB value is (57,73,147). Sum of RGB (Red+Green+Blue) = 57+73+147=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #394993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394993 is #C6B66C. Grayscale: #4C4C4C. Windows color (decimal): -13022829 or 9652537. OLE color: 9652537.

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

Color convert

RGB 57 73 147 -
CMYK 0.61 0.50 0 0.42
HSL 229.33º 0.44% 0.4% -
HSV(B) 229.33º 0.61% 0.58% -
XYZ 9.34 7.74 28.61 -
YUV 76.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 57 73 147 0.61 0.50 0 0.42 229.33 0.44 0.4
Hex 39 49 93 3D 32 0 2A E5 2C 28
Octal 71 111 223 75 62 0 52 345 54 50
Binary 111001 1001001 10010011 111101 110010 0 101010 11100101 101100 101000

Color Harmonies of #394993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394993

Black with #394993

Text Example


Text Example

White with #394993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394993; }

 p { color: rgb(57,73,147); }

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

background-color css

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

 a { background-color: rgb(57,73,147); }

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

border-color css

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

 span { border-color: rgb(57,73,147); }

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