Html Css Color HEX #314090 Tory Blue

📋 copy color: '#314090'

red 49 ◦ green 64 ◦ blue 144

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

Shades of Tory Blue #314090

Tints of Tory Blue #314090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 19.07%
G = 24.9%
B = 56.03%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314090 (or 0x314090) is known color: Tory Blue. HEX triplet: 31, 40 and 90. RGB value is (49,64,144). Sum of RGB (Red+Green+Blue) = 49+64+144=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #314090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314090 is #CEBF6F. Grayscale: #444444. Windows color (decimal): -13549424 or 9453617. OLE color: 9453617.

HSL color Cylindrical-coordinate representation of color #314090: hue angle of 230.53º 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 #314090 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 64 144 -
CMYK 0.66 0.56 0 0.44
HSL 230.53º 0.49% 0.38% -
HSV(B) 230.53º 0.66% 0.56% -
XYZ 8.13 6.33 27.18 -
YUV 68.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 49 64 144 0.66 0.56 0 0.44 230.53 0.49 0.38
Hex 31 40 90 42 38 0 2C E7 31 26
Octal 61 100 220 102 70 0 54 347 61 46
Binary 110001 1000000 10010000 1000010 111000 0 101100 11100111 110001 100110

Color Harmonies of #314090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314090

Black with #314090

Text Example


Text Example

White with #314090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314090; }

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

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

background-color css

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

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

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

border-color css

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

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

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