Html Css Color HEX #394492 Tory Blue

📋 copy color: '#394492'

red 57 ◦ green 68 ◦ blue 146

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

Shades of Tory Blue #394492

Tints of Tory Blue #394492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 21.03%
G = 25.09%
B = 53.87%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394492 (or 0x394492) is known color: Tory Blue. HEX triplet: 39, 44 and 92. RGB value is (57,68,146). Sum of RGB (Red+Green+Blue) = 57+68+146=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #394492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394492 is #C6BB6D. Grayscale: #494949. Windows color (decimal): -13024110 or 9585721. OLE color: 9585721.

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

Color convert

RGB 57 68 146 -
CMYK 0.61 0.53 0 0.43
HSL 232.58º 0.44% 0.4% -
HSV(B) 232.58º 0.61% 0.57% -
XYZ 8.94 7.08 28.09 -
YUV 73.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 57 68 146 0.61 0.53 0 0.43 232.58 0.44 0.4
Hex 39 44 92 3D 35 0 2B E9 2C 28
Octal 71 104 222 75 65 0 53 351 54 50
Binary 111001 1000100 10010010 111101 110101 0 101011 11101001 101100 101000

Color Harmonies of #394492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394492

Black with #394492

Text Example


Text Example

White with #394492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394492; }

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

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

background-color css

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

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

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

border-color css

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

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

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