Html Css Color HEX #314A99 Tory Blue

📋 copy color: '#314A99'

red 49 ◦ green 74 ◦ blue 153

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

Shades of Tory Blue #314A99

Tints of Tory Blue #314A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 17.75%
G = 26.81%
B = 55.43%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314A99 (or 0x314A99) is known color: Tory Blue. HEX triplet: 31, 4A and 99. RGB value is (49,74,153). Sum of RGB (Red+Green+Blue) = 49+74+153=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #314A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A99 is #CEB566. Grayscale: #4B4B4B. Windows color (decimal): -13546855 or 10046001. OLE color: 10046001.

HSL color Cylindrical-coordinate representation of color #314A99: hue angle of 225.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314A99 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 74 153 -
CMYK 0.68 0.52 0 0.4
HSL 225.58º 0.51% 0.4% -
HSV(B) 225.58º 0.68% 0.6% -
XYZ 9.47 7.85 31.15 -
YUV 75.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 49 74 153 0.68 0.52 0 0.4 225.58 0.51 0.4
Hex 31 4A 99 44 34 0 28 E2 33 28
Octal 61 112 231 104 64 0 50 342 63 50
Binary 110001 1001010 10011001 1000100 110100 0 101000 11100010 110011 101000

Color Harmonies of #314A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A99

Black with #314A99

Text Example


Text Example

White with #314A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A99; }

 p { color: rgb(49,74,153); }

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

background-color css

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

 a { background-color: rgb(49,74,153); }

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

border-color css

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

 span { border-color: rgb(49,74,153); }

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