Html Css Color HEX #314582 Tory Blue

📋 copy color: '#314582'

red 49 ◦ green 69 ◦ blue 130

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

Shades of Tory Blue #314582

Tints of Tory Blue #314582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.42%

R = 19.76%
G = 27.82%
B = 52.42%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#314582 (or 0x314582) is known color: Tory Blue. HEX triplet: 31, 45 and 82. RGB value is (49,69,130). Sum of RGB (Red+Green+Blue) = 49+69+130=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #314582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314582 is #CEBA7D. Grayscale: #454545. Windows color (decimal): -13548158 or 8537393. OLE color: 8537393.

HSL color Cylindrical-coordinate representation of color #314582: hue angle of 225.19º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314582 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 69 130 -
CMYK 0.62 0.47 0 0.49
HSL 225.19º 0.45% 0.35% -
HSV(B) 225.19º 0.62% 0.51% -
XYZ 7.42 6.52 21.99 -
YUV 69.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 49 69 130 0.62 0.47 0 0.49 225.19 0.45 0.35
Hex 31 45 82 3E 2F 0 31 E1 2D 23
Octal 61 105 202 76 57 0 61 341 55 43
Binary 110001 1000101 10000010 111110 101111 0 110001 11100001 101101 100011

Color Harmonies of #314582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314582

Black with #314582

Text Example


Text Example

White with #314582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314582; }

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

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

background-color css

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

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

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

border-color css

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

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

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