Html Css Color HEX #315398 Tory Blue

📋 copy color: '#315398'

red 49 ◦ green 83 ◦ blue 152

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

Shades of Tory Blue #315398

Tints of Tory Blue #315398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

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

R = 17.25%
G = 29.23%
B = 53.52%

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

#315398 (or 0x315398) is known color: Tory Blue. HEX triplet: 31, 53 and 98. RGB value is (49,83,152). Sum of RGB (Red+Green+Blue) = 49+83+152=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #315398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315398 is #CEAC67. Grayscale: #505050. Windows color (decimal): -13544552 or 9982769. OLE color: 9982769.

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

Color convert

RGB 49 83 152 -
CMYK 0.68 0.45 0 0.40
HSL 220.19º 0.51% 0.39% -
HSV(B) 220.19º 0.68% 0.6% -
XYZ 10.03 9.11 30.93 -
YUV 80.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 49 83 152 0.68 0.45 0 0.40 220.19 0.51 0.39
Hex 31 53 98 44 2D 0 28 DC 33 27
Octal 61 123 230 104 55 0 50 334 63 47
Binary 110001 1010011 10011000 1000100 101101 0 101000 11011100 110011 100111

Color Harmonies of #315398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315398

Black with #315398

Text Example


Text Example

White with #315398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315398; }

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

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

background-color css

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

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

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

border-color css

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

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

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