Html Css Color HEX #394D93 Tory Blue

📋 copy color: '#394D93'

red 57 ◦ green 77 ◦ blue 147

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

Shades of Tory Blue #394D93

Tints of Tory Blue #394D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

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

R = 20.28%
G = 27.4%
B = 52.31%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394D93 (or 0x394D93) is known color: Tory Blue. HEX triplet: 39, 4D and 93. RGB value is (57,77,147). Sum of RGB (Red+Green+Blue) = 57+77+147=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #394D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D93 is #C6B26C. Grayscale: #4E4E4E. Windows color (decimal): -13021805 or 9653561. OLE color: 9653561.

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

Color convert

RGB 57 77 147 -
CMYK 0.61 0.48 0 0.42
HSL 226.67º 0.44% 0.4% -
HSV(B) 226.67º 0.61% 0.58% -
XYZ 9.61 8.28 28.7 -
YUV 79 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 57 77 147 0.61 0.48 0 0.42 226.67 0.44 0.4
Hex 39 4D 93 3D 30 0 2A E3 2C 28
Octal 71 115 223 75 60 0 52 343 54 50
Binary 111001 1001101 10010011 111101 110000 0 101010 11100011 101100 101000

Color Harmonies of #394D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D93

Black with #394D93

Text Example


Text Example

White with #394D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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