Html Css Color HEX #314998 Tory Blue

📋 copy color: '#314998'

red 49 ◦ green 73 ◦ blue 152

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

Shades of Tory Blue #314998

Tints of Tory Blue #314998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 17.88%
G = 26.64%
B = 55.47%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#314998 (or 0x314998) is known color: Tory Blue. HEX triplet: 31, 49 and 98. RGB value is (49,73,152). Sum of RGB (Red+Green+Blue) = 49+73+152=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #314998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314998 is #CEB667. Grayscale: #4A4A4A. Windows color (decimal): -13547112 or 9980209. OLE color: 9980209.

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

Color convert

RGB 49 73 152 -
CMYK 0.68 0.52 0 0.40
HSL 226.02º 0.51% 0.39% -
HSV(B) 226.02º 0.68% 0.6% -
XYZ 9.32 7.69 30.7 -
YUV 74.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 49 73 152 0.68 0.52 0 0.40 226.02 0.51 0.39
Hex 31 49 98 44 34 0 28 E2 33 27
Octal 61 111 230 104 64 0 50 342 63 47
Binary 110001 1001001 10011000 1000100 110100 0 101000 11100010 110011 100111

Color Harmonies of #314998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314998

Black with #314998

Text Example


Text Example

White with #314998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314998; }

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

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

background-color css

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

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

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

border-color css

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

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

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