Html Css Color HEX #315599 Tory Blue

📋 copy color: '#315599'

red 49 ◦ green 85 ◦ blue 153

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

Shades of Tory Blue #315599

Tints of Tory Blue #315599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 17.07%
G = 29.62%
B = 53.31%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#315599 (or 0x315599) is known color: Tory Blue. HEX triplet: 31, 55 and 99. RGB value is (49,85,153). Sum of RGB (Red+Green+Blue) = 49+85+153=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #315599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315599 is #CEAA66. Grayscale: #515151. Windows color (decimal): -13544039 or 10048817. OLE color: 10048817.

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

Color convert

RGB 49 85 153 -
CMYK 0.68 0.44 0 0.4
HSL 219.23º 0.51% 0.4% -
HSV(B) 219.23º 0.68% 0.6% -
XYZ 10.26 9.45 31.42 -
YUV 81.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 49 85 153 0.68 0.44 0 0.4 219.23 0.51 0.4
Hex 31 55 99 44 2C 0 28 DB 33 28
Octal 61 125 231 104 54 0 50 333 63 50
Binary 110001 1010101 10011001 1000100 101100 0 101000 11011011 110011 101000

Color Harmonies of #315599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315599

Black with #315599

Text Example


Text Example

White with #315599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315599; }

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

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

background-color css

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

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

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

border-color css

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

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

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