Html Css Color HEX #314199 Tory Blue

📋 copy color: '#314199'

red 49 ◦ green 65 ◦ blue 153

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

Shades of Tory Blue #314199

Tints of Tory Blue #314199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 18.35%
G = 24.34%
B = 57.3%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314199 (or 0x314199) is known color: Tory Blue. HEX triplet: 31, 41 and 99. RGB value is (49,65,153). Sum of RGB (Red+Green+Blue) = 49+65+153=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #314199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314199 is #CEBE66. Grayscale: #454545. Windows color (decimal): -13549159 or 10043697. OLE color: 10043697.

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

Color convert

RGB 49 65 153 -
CMYK 0.68 0.58 0 0.4
HSL 230.77º 0.51% 0.4% -
HSV(B) 230.77º 0.68% 0.6% -
XYZ 8.91 6.73 30.97 -
YUV 70.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 49 65 153 0.68 0.58 0 0.4 230.77 0.51 0.4
Hex 31 41 99 44 3A 0 28 E7 33 28
Octal 61 101 231 104 72 0 50 347 63 50
Binary 110001 1000001 10011001 1000100 111010 0 101000 11100111 110011 101000

Color Harmonies of #314199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314199

Black with #314199

Text Example


Text Example

White with #314199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314199; }

 p { color: rgb(49,65,153); }

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

background-color css

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

 a { background-color: rgb(49,65,153); }

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

border-color css

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

 span { border-color: rgb(49,65,153); }

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