Html Css Color HEX #314581 Tory Blue

📋 copy color: '#314581'

red 49 ◦ green 69 ◦ blue 129

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

Shades of Tory Blue #314581

Tints of Tory Blue #314581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.23%

R = 19.84%
G = 27.94%
B = 52.23%

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

#314581 (or 0x314581) is known color: Tory Blue. HEX triplet: 31, 45 and 81. RGB value is (49,69,129). Sum of RGB (Red+Green+Blue) = 49+69+129=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #314581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314581 is #CEBA7E. Grayscale: #454545. Windows color (decimal): -13548159 or 8471857. OLE color: 8471857.

HSL color Cylindrical-coordinate representation of color #314581: hue angle of 225º 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 #314581 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 69 129 -
CMYK 0.62 0.47 0 0.49
HSL 225º 0.45% 0.35% -
HSV(B) 225º 0.62% 0.51% -
XYZ 7.36 6.49 21.63 -
YUV 69.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 49 69 129 0.62 0.47 0 0.49 225 0.45 0.35
Hex 31 45 81 3E 2F 0 31 E1 2D 23
Octal 61 105 201 76 57 0 61 341 55 43
Binary 110001 1000101 10000001 111110 101111 0 110001 11100001 101101 100011

Color Harmonies of #314581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314581

Black with #314581

Text Example


Text Example

White with #314581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314581; }

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

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

background-color css

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

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

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

border-color css

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

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

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