Html Css Color HEX #314A8A Tory Blue

📋 copy color: '#314A8A'

red 49 ◦ green 74 ◦ blue 138

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

Shades of Tory Blue #314A8A

Tints of Tory Blue #314A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 18.77%
G = 28.35%
B = 52.87%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314A8A (or 0x314A8A) is known color: Tory Blue. HEX triplet: 31, 4A and 8A. RGB value is (49,74,138). Sum of RGB (Red+Green+Blue) = 49+74+138=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #314A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A8A is #CEB575. Grayscale: #494949. Windows color (decimal): -13546870 or 9062961. OLE color: 9062961.

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

Color convert

RGB 49 74 138 -
CMYK 0.64 0.46 0 0.46
HSL 223.15º 0.48% 0.37% -
HSV(B) 223.15º 0.64% 0.54% -
XYZ 8.3 7.39 25.03 -
YUV 73.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 49 74 138 0.64 0.46 0 0.46 223.15 0.48 0.37
Hex 31 4A 8A 40 2E 0 2E DF 30 25
Octal 61 112 212 100 56 0 56 337 60 45
Binary 110001 1001010 10001010 1000000 101110 0 101110 11011111 110000 100101

Color Harmonies of #314A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A8A

Black with #314A8A

Text Example


Text Example

White with #314A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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