Html Css Color HEX #315499 Tory Blue

📋 copy color: '#315499'

red 49 ◦ green 84 ◦ blue 153

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

Shades of Tory Blue #315499

Tints of Tory Blue #315499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 17.13%
G = 29.37%
B = 53.5%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#315499 (or 0x315499) is known color: Tory Blue. HEX triplet: 31, 54 and 99. RGB value is (49,84,153). Sum of RGB (Red+Green+Blue) = 49+84+153=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #315499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315499 is #CEAB66. Grayscale: #515151. Windows color (decimal): -13544295 or 10048561. OLE color: 10048561.

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

Color convert

RGB 49 84 153 -
CMYK 0.68 0.45 0 0.4
HSL 219.81º 0.51% 0.4% -
HSV(B) 219.81º 0.68% 0.6% -
XYZ 10.19 9.29 31.39 -
YUV 81.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 49 84 153 0.68 0.45 0 0.4 219.81 0.51 0.4
Hex 31 54 99 44 2D 0 28 DC 33 28
Octal 61 124 231 104 55 0 50 334 63 50
Binary 110001 1010100 10011001 1000100 101101 0 101000 11011100 110011 101000

Color Harmonies of #315499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315499

Black with #315499

Text Example


Text Example

White with #315499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315499; }

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

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

background-color css

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

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

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

border-color css

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

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

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