Html Css Color HEX #314491 Tory Blue

📋 copy color: '#314491'

red 49 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #314491

Tints of Tory Blue #314491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 18.7%
G = 25.95%
B = 55.34%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314491 (or 0x314491) is known color: Tory Blue. HEX triplet: 31, 44 and 91. RGB value is (49,68,145). Sum of RGB (Red+Green+Blue) = 49+68+145=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #314491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314491 is #CEBB6E. Grayscale: #464646. Windows color (decimal): -13548399 or 9520177. OLE color: 9520177.

HSL color Cylindrical-coordinate representation of color #314491: hue angle of 228.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314491 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 68 145 -
CMYK 0.66 0.53 0 0.43
HSL 228.13º 0.49% 0.38% -
HSV(B) 228.13º 0.66% 0.57% -
XYZ 8.44 6.83 27.66 -
YUV 71.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 49 68 145 0.66 0.53 0 0.43 228.13 0.49 0.38
Hex 31 44 91 42 35 0 2B E4 31 26
Octal 61 104 221 102 65 0 53 344 61 46
Binary 110001 1000100 10010001 1000010 110101 0 101011 11100100 110001 100110

Color Harmonies of #314491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314491

Black with #314491

Text Example


Text Example

White with #314491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314491; }

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

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

background-color css

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

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

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

border-color css

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

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

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