Html Css Color HEX #314A8D Tory Blue

📋 copy color: '#314A8D'

red 49 ◦ green 74 ◦ blue 141

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

Shades of Tory Blue #314A8D

Tints of Tory Blue #314A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 18.56%
G = 28.03%
B = 53.41%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#314A8D (or 0x314A8D) is known color: Tory Blue. HEX triplet: 31, 4A and 8D. RGB value is (49,74,141). Sum of RGB (Red+Green+Blue) = 49+74+141=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #314A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A8D is #CEB572. Grayscale: #494949. Windows color (decimal): -13546867 or 9259569. OLE color: 9259569.

HSL color Cylindrical-coordinate representation of color #314A8D: hue angle of 223.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314A8D is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 74 141 -
CMYK 0.65 0.48 0 0.45
HSL 223.7º 0.48% 0.37% -
HSV(B) 223.7º 0.65% 0.55% -
XYZ 8.52 7.47 26.19 -
YUV 74.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 49 74 141 0.65 0.48 0 0.45 223.7 0.48 0.37
Hex 31 4A 8D 41 30 0 2D E0 30 25
Octal 61 112 215 101 60 0 55 340 60 45
Binary 110001 1001010 10001101 1000001 110000 0 101101 11100000 110000 100101

Color Harmonies of #314A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A8D

Black with #314A8D

Text Example


Text Example

White with #314A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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