Html Css Color HEX #394693 Tory Blue

📋 copy color: '#394693'

red 57 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #394693

Tints of Tory Blue #394693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 20.8%
G = 25.55%
B = 53.65%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394693 (or 0x394693) is known color: Tory Blue. HEX triplet: 39, 46 and 93. RGB value is (57,70,147). Sum of RGB (Red+Green+Blue) = 57+70+147=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #394693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394693 is #C6B96C. Grayscale: #4A4A4A. Windows color (decimal): -13023597 or 9651769. OLE color: 9651769.

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

Color convert

RGB 57 70 147 -
CMYK 0.61 0.52 0 0.42
HSL 231.33º 0.44% 0.4% -
HSV(B) 231.33º 0.61% 0.58% -
XYZ 9.14 7.36 28.54 -
YUV 74.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 57 70 147 0.61 0.52 0 0.42 231.33 0.44 0.4
Hex 39 46 93 3D 34 0 2A E7 2C 28
Octal 71 106 223 75 64 0 52 347 54 50
Binary 111001 1000110 10010011 111101 110100 0 101010 11100111 101100 101000

Color Harmonies of #394693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394693

Black with #394693

Text Example


Text Example

White with #394693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394693; }

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

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

background-color css

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

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

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

border-color css

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

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

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