Html Css Color HEX #314D9E Tory Blue

📋 copy color: '#314D9E'

red 49 ◦ green 77 ◦ blue 158

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

Shades of Tory Blue #314D9E

Tints of Tory Blue #314D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 158 (62.11% from 255) = 55.63%

R = 17.25%
G = 27.11%
B = 55.63%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#314D9E (or 0x314D9E) is known color: Tory Blue. HEX triplet: 31, 4D and 9E. RGB value is (49,77,158). Sum of RGB (Red+Green+Blue) = 49+77+158=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #314D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D9E is #CEB261. Grayscale: #4D4D4D. Windows color (decimal): -13546082 or 10374449. OLE color: 10374449.

HSL color Cylindrical-coordinate representation of color #314D9E: hue angle of 224.59º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314D9E is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 77 158 -
CMYK 0.69 0.51 0 0.38
HSL 224.59º 0.53% 0.41% -
HSV(B) 224.59º 0.69% 0.62% -
XYZ 10.09 8.43 33.44 -
YUV 77.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 49 77 158 0.69 0.51 0 0.38 224.59 0.53 0.41
Hex 31 4D 9E 45 33 0 26 E1 35 29
Octal 61 115 236 105 63 0 46 341 65 51
Binary 110001 1001101 10011110 1000101 110011 0 100110 11100001 110101 101001

Color Harmonies of #314D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D9E

Black with #314D9E

Text Example


Text Example

White with #314D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,77,158); }

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

background-color css

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

 a { background-color: rgb(49,77,158); }

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

border-color css

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

 span { border-color: rgb(49,77,158); }

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