Html Css Color HEX #314890 Tory Blue

📋 copy color: '#314890'

red 49 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #314890

Tints of Tory Blue #314890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 18.49%
G = 27.17%
B = 54.34%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314890 (or 0x314890) is known color: Tory Blue. HEX triplet: 31, 48 and 90. RGB value is (49,72,144). Sum of RGB (Red+Green+Blue) = 49+72+144=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #314890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314890 is #CEB76F. Grayscale: #494949. Windows color (decimal): -13547376 or 9455665. OLE color: 9455665.

HSL color Cylindrical-coordinate representation of color #314890: hue angle of 225.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314890 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 72 144 -
CMYK 0.66 0.50 0 0.44
HSL 225.47º 0.49% 0.38% -
HSV(B) 225.47º 0.66% 0.56% -
XYZ 8.62 7.3 27.34 -
YUV 73.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 49 72 144 0.66 0.50 0 0.44 225.47 0.49 0.38
Hex 31 48 90 42 32 0 2C E1 31 26
Octal 61 110 220 102 62 0 54 341 61 46
Binary 110001 1001000 10010000 1000010 110010 0 101100 11100001 110001 100110

Color Harmonies of #314890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314890

Black with #314890

Text Example


Text Example

White with #314890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314890; }

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

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

background-color css

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

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

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

border-color css

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

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

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