Html Css Color HEX #314898 Tory Blue

📋 copy color: '#314898'

red 49 ◦ green 72 ◦ blue 152

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

Shades of Tory Blue #314898

Tints of Tory Blue #314898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 17.95%
G = 26.37%
B = 55.68%

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

#314898 (or 0x314898) is known color: Tory Blue. HEX triplet: 31, 48 and 98. RGB value is (49,72,152). Sum of RGB (Red+Green+Blue) = 49+72+152=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #314898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314898 is #CEB767. Grayscale: #494949. Windows color (decimal): -13547368 or 9979953. OLE color: 9979953.

HSL color Cylindrical-coordinate representation of color #314898: hue angle of 226.6º 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 #314898 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 72 152 -
CMYK 0.68 0.53 0 0.40
HSL 226.6º 0.51% 0.39% -
HSV(B) 226.6º 0.68% 0.6% -
XYZ 9.25 7.55 30.68 -
YUV 74.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 49 72 152 0.68 0.53 0 0.40 226.6 0.51 0.39
Hex 31 48 98 44 35 0 28 E3 33 27
Octal 61 110 230 104 65 0 50 343 63 47
Binary 110001 1001000 10011000 1000100 110101 0 101000 11100011 110011 100111

Color Harmonies of #314898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314898

Black with #314898

Text Example


Text Example

White with #314898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314898; }

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

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

background-color css

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

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

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

border-color css

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

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

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