Html Css Color HEX #314889 Tory Blue

📋 copy color: '#314889'

red 49 ◦ green 72 ◦ blue 137

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

Shades of Tory Blue #314889

Tints of Tory Blue #314889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 18.99%
G = 27.91%
B = 53.1%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#314889 (or 0x314889) is known color: Tory Blue. HEX triplet: 31, 48 and 89. RGB value is (49,72,137). Sum of RGB (Red+Green+Blue) = 49+72+137=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #314889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314889 is #CEB776. Grayscale: #484848. Windows color (decimal): -13547383 or 8996913. OLE color: 8996913.

HSL color Cylindrical-coordinate representation of color #314889: hue angle of 224.32º 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 #314889 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 72 137 -
CMYK 0.64 0.47 0 0.46
HSL 224.32º 0.47% 0.36% -
HSV(B) 224.32º 0.64% 0.54% -
XYZ 8.1 7.09 24.61 -
YUV 72.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 49 72 137 0.64 0.47 0 0.46 224.32 0.47 0.36
Hex 31 48 89 40 2F 0 2E E0 2F 24
Octal 61 110 211 100 57 0 56 340 57 44
Binary 110001 1001000 10001001 1000000 101111 0 101110 11100000 101111 100100

Color Harmonies of #314889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314889

Black with #314889

Text Example


Text Example

White with #314889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314889; }

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

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

background-color css

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

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

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

border-color css

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

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

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