Html Css Color HEX #394493 Tory Blue

📋 copy color: '#394493'

red 57 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #394493

Tints of Tory Blue #394493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

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

R = 20.96%
G = 25%
B = 54.04%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394493 (or 0x394493) is known color: Tory Blue. HEX triplet: 39, 44 and 93. RGB value is (57,68,147). Sum of RGB (Red+Green+Blue) = 57+68+147=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #394493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394493 is #C6BB6C. Grayscale: #494949. Windows color (decimal): -13024109 or 9651257. OLE color: 9651257.

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

Color convert

RGB 57 68 147 -
CMYK 0.61 0.54 0 0.42
HSL 232.67º 0.44% 0.4% -
HSV(B) 232.67º 0.61% 0.58% -
XYZ 9.02 7.11 28.5 -
YUV 73.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 57 68 147 0.61 0.54 0 0.42 232.67 0.44 0.4
Hex 39 44 93 3D 36 0 2A E9 2C 28
Octal 71 104 223 75 66 0 52 351 54 50
Binary 111001 1000100 10010011 111101 110110 0 101010 11101001 101100 101000

Color Harmonies of #394493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394493

Black with #394493

Text Example


Text Example

White with #394493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394493; }

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

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

background-color css

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

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

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

border-color css

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

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

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