Html Css Color HEX #314F99 Tory Blue

📋 copy color: '#314F99'

red 49 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #314F99

Tints of Tory Blue #314F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

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

R = 17.44%
G = 28.11%
B = 54.45%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314F99 (or 0x314F99) is known color: Tory Blue. HEX triplet: 31, 4F and 99. RGB value is (49,79,153). Sum of RGB (Red+Green+Blue) = 49+79+153=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #314F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F99 is #CEB066. Grayscale: #4E4E4E. Windows color (decimal): -13545575 or 10047281. OLE color: 10047281.

HSL color Cylindrical-coordinate representation of color #314F99: hue angle of 222.69º 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 #314F99 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 79 153 -
CMYK 0.68 0.48 0 0.4
HSL 222.69º 0.51% 0.4% -
HSV(B) 222.69º 0.68% 0.6% -
XYZ 9.81 8.54 31.27 -
YUV 78.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 49 79 153 0.68 0.48 0 0.4 222.69 0.51 0.4
Hex 31 4F 99 44 30 0 28 DF 33 28
Octal 61 117 231 104 60 0 50 337 63 50
Binary 110001 1001111 10011001 1000100 110000 0 101000 11011111 110011 101000

Color Harmonies of #314F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F99

Black with #314F99

Text Example


Text Example

White with #314F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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