Html Css Color HEX #314590 Tory Blue

📋 copy color: '#314590'

red 49 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #314590

Tints of Tory Blue #314590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 18.7%
G = 26.34%
B = 54.96%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#314590 (or 0x314590) is known color: Tory Blue. HEX triplet: 31, 45 and 90. RGB value is (49,69,144). Sum of RGB (Red+Green+Blue) = 49+69+144=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #314590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314590 is #CEBA6F. Grayscale: #474747. Windows color (decimal): -13548144 or 9454897. OLE color: 9454897.

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

Color convert

RGB 49 69 144 -
CMYK 0.66 0.52 0 0.44
HSL 227.37º 0.49% 0.38% -
HSV(B) 227.37º 0.66% 0.56% -
XYZ 8.43 6.92 27.28 -
YUV 71.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 49 69 144 0.66 0.52 0 0.44 227.37 0.49 0.38
Hex 31 45 90 42 34 0 2C E3 31 26
Octal 61 105 220 102 64 0 54 343 61 46
Binary 110001 1000101 10010000 1000010 110100 0 101100 11100011 110001 100110

Color Harmonies of #314590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314590

Black with #314590

Text Example


Text Example

White with #314590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314590; }

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

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

background-color css

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

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

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

border-color css

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

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

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