Html Css Color HEX #314D89 Tory Blue

📋 copy color: '#314D89'

red 49 ◦ green 77 ◦ blue 137

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

Shades of Tory Blue #314D89

Tints of Tory Blue #314D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 18.63%
G = 29.28%
B = 52.09%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314D89 (or 0x314D89) is known color: Tory Blue. HEX triplet: 31, 4D and 89. RGB value is (49,77,137). Sum of RGB (Red+Green+Blue) = 49+77+137=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #314D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D89 is #CEB276. Grayscale: #4B4B4B. Windows color (decimal): -13546103 or 8998193. OLE color: 8998193.

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

Color convert

RGB 49 77 137 -
CMYK 0.64 0.44 0 0.46
HSL 220.91º 0.47% 0.36% -
HSV(B) 220.91º 0.64% 0.54% -
XYZ 8.44 7.77 24.72 -
YUV 75.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 49 77 137 0.64 0.44 0 0.46 220.91 0.47 0.36
Hex 31 4D 89 40 2C 0 2E DD 2F 24
Octal 61 115 211 100 54 0 56 335 57 44
Binary 110001 1001101 10001001 1000000 101100 0 101110 11011101 101111 100100

Color Harmonies of #314D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D89

Black with #314D89

Text Example


Text Example

White with #314D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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