Html Css Color HEX #314599 Tory Blue

📋 copy color: '#314599'

red 49 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #314599

Tints of Tory Blue #314599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 18.08%
G = 25.46%
B = 56.46%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314599 (or 0x314599) is known color: Tory Blue. HEX triplet: 31, 45 and 99. RGB value is (49,69,153). Sum of RGB (Red+Green+Blue) = 49+69+153=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #314599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314599 is #CEBA66. Grayscale: #484848. Windows color (decimal): -13548135 or 10044721. OLE color: 10044721.

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

Color convert

RGB 49 69 153 -
CMYK 0.68 0.55 0 0.4
HSL 228.46º 0.51% 0.4% -
HSV(B) 228.46º 0.68% 0.6% -
XYZ 9.14 7.21 31.05 -
YUV 72.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 49 69 153 0.68 0.55 0 0.4 228.46 0.51 0.4
Hex 31 45 99 44 37 0 28 E4 33 28
Octal 61 105 231 104 67 0 50 344 63 50
Binary 110001 1000101 10011001 1000100 110111 0 101000 11100100 110011 101000

Color Harmonies of #314599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314599

Black with #314599

Text Example


Text Example

White with #314599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314599; }

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

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

background-color css

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

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

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

border-color css

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

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

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