Html Css Color HEX #314490 Tory Blue

📋 copy color: '#314490'

red 49 ◦ green 68 ◦ blue 144

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

Shades of Tory Blue #314490

Tints of Tory Blue #314490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 18.77%
G = 26.05%
B = 55.17%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314490 (or 0x314490) is known color: Tory Blue. HEX triplet: 31, 44 and 90. RGB value is (49,68,144). Sum of RGB (Red+Green+Blue) = 49+68+144=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #314490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314490 is #CEBB6F. Grayscale: #464646. Windows color (decimal): -13548400 or 9454641. OLE color: 9454641.

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

Color convert

RGB 49 68 144 -
CMYK 0.66 0.53 0 0.44
HSL 228º 0.49% 0.38% -
HSV(B) 228º 0.66% 0.56% -
XYZ 8.37 6.8 27.26 -
YUV 70.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 49 68 144 0.66 0.53 0 0.44 228 0.49 0.38
Hex 31 44 90 42 35 0 2C E4 31 26
Octal 61 104 220 102 65 0 54 344 61 46
Binary 110001 1000100 10010000 1000010 110101 0 101100 11100100 110001 100110

Color Harmonies of #314490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314490

Black with #314490

Text Example


Text Example

White with #314490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314490; }

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

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

background-color css

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

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

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

border-color css

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

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

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