Html Css Color HEX #314486 Tory Blue

📋 copy color: '#314486'

red 49 ◦ green 68 ◦ blue 134

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

Shades of Tory Blue #314486

Tints of Tory Blue #314486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 19.52%
G = 27.09%
B = 53.39%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#314486 (or 0x314486) is known color: Tory Blue. HEX triplet: 31, 44 and 86. RGB value is (49,68,134). Sum of RGB (Red+Green+Blue) = 49+68+134=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #314486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314486 is #CEBB79. Grayscale: #454545. Windows color (decimal): -13548410 or 8799281. OLE color: 8799281.

HSL color Cylindrical-coordinate representation of color #314486: hue angle of 226.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314486 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 68 134 -
CMYK 0.63 0.49 0 0.47
HSL 226.59º 0.46% 0.36% -
HSV(B) 226.59º 0.63% 0.53% -
XYZ 7.64 6.51 23.41 -
YUV 69.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 49 68 134 0.63 0.49 0 0.47 226.59 0.46 0.36
Hex 31 44 86 3F 31 0 2F E3 2E 24
Octal 61 104 206 77 61 0 57 343 56 44
Binary 110001 1000100 10000110 111111 110001 0 101111 11100011 101110 100100

Color Harmonies of #314486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314486

Black with #314486

Text Example


Text Example

White with #314486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314486; }

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

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

background-color css

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

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

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

border-color css

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

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

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