Html Css Color HEX #314494 Tory Blue

📋 copy color: '#314494'

red 49 ◦ green 68 ◦ blue 148

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

Shades of Tory Blue #314494

Tints of Tory Blue #314494

RGB

 RED value IS 49 (19.53% from 255) = 18.49%

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

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 18.49%
G = 25.66%
B = 55.85%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314494 (or 0x314494) is known color: Tory Blue. HEX triplet: 31, 44 and 94. RGB value is (49,68,148). Sum of RGB (Red+Green+Blue) = 49+68+148=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #314494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314494 is #CEBB6B. Grayscale: #474747. Windows color (decimal): -13548396 or 9716785. OLE color: 9716785.

HSL color Cylindrical-coordinate representation of color #314494: hue angle of 228.48º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314494 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 68 148 -
CMYK 0.67 0.54 0 0.42
HSL 228.48º 0.5% 0.39% -
HSV(B) 228.48º 0.67% 0.58% -
XYZ 8.68 6.93 28.9 -
YUV 71.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 49 68 148 0.67 0.54 0 0.42 228.48 0.5 0.39
Hex 31 44 94 43 36 0 2A E4 32 27
Octal 61 104 224 103 66 0 52 344 62 47
Binary 110001 1000100 10010100 1000011 110110 0 101010 11100100 110010 100111

Color Harmonies of #314494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314494

Black with #314494

Text Example


Text Example

White with #314494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314494; }

 p { color: rgb(49,68,148); }

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

background-color css

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

 a { background-color: rgb(49,68,148); }

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

border-color css

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

 span { border-color: rgb(49,68,148); }

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