Html Css Color HEX #314798 Tory Blue

📋 copy color: '#314798'

red 49 ◦ green 71 ◦ blue 152

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

Shades of Tory Blue #314798

Tints of Tory Blue #314798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 152 (59.77% from 255) = 55.88%

R = 18.01%
G = 26.1%
B = 55.88%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#314798 (or 0x314798) is known color: Tory Blue. HEX triplet: 31, 47 and 98. RGB value is (49,71,152). Sum of RGB (Red+Green+Blue) = 49+71+152=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #314798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314798 is #CEB867. Grayscale: #494949. Windows color (decimal): -13547624 or 9979697. OLE color: 9979697.

HSL color Cylindrical-coordinate representation of color #314798: hue angle of 227.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314798 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 71 152 -
CMYK 0.68 0.53 0 0.40
HSL 227.18º 0.51% 0.39% -
HSV(B) 227.18º 0.68% 0.6% -
XYZ 9.19 7.43 30.65 -
YUV 73.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 49 71 152 0.68 0.53 0 0.40 227.18 0.51 0.39
Hex 31 47 98 44 35 0 28 E3 33 27
Octal 61 107 230 104 65 0 50 343 63 47
Binary 110001 1000111 10011000 1000100 110101 0 101000 11100011 110011 100111

Color Harmonies of #314798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314798

Black with #314798

Text Example


Text Example

White with #314798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314798; }

 p { color: rgb(49,71,152); }

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

background-color css

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

 a { background-color: rgb(49,71,152); }

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

border-color css

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

 span { border-color: rgb(49,71,152); }

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