Html Css Color HEX #315498 Tory Blue

📋 copy color: '#315498'

red 49 ◦ green 84 ◦ blue 152

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

Shades of Tory Blue #315498

Tints of Tory Blue #315498

RGB

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

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

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

R = 17.19%
G = 29.47%
B = 53.33%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#315498 (or 0x315498) is known color: Tory Blue. HEX triplet: 31, 54 and 98. RGB value is (49,84,152). Sum of RGB (Red+Green+Blue) = 49+84+152=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #315498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315498 is #CEAB67. Grayscale: #505050. Windows color (decimal): -13544296 or 9983025. OLE color: 9983025.

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

Color convert

RGB 49 84 152 -
CMYK 0.68 0.45 0 0.40
HSL 219.61º 0.51% 0.39% -
HSV(B) 219.61º 0.68% 0.6% -
XYZ 10.1 9.26 30.96 -
YUV 81.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 49 84 152 0.68 0.45 0 0.40 219.61 0.51 0.39
Hex 31 54 98 44 2D 0 28 DC 33 27
Octal 61 124 230 104 55 0 50 334 63 47
Binary 110001 1010100 10011000 1000100 101101 0 101000 11011100 110011 100111

Color Harmonies of #315498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315498

Black with #315498

Text Example


Text Example

White with #315498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315498; }

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

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

background-color css

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

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

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

border-color css

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

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

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