Html Css Color HEX #315598 Tory Blue

📋 copy color: '#315598'

red 49 ◦ green 85 ◦ blue 152

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

Shades of Tory Blue #315598

Tints of Tory Blue #315598

RGB

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

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

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

R = 17.13%
G = 29.72%
B = 53.15%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#315598 (or 0x315598) is known color: Tory Blue. HEX triplet: 31, 55 and 98. RGB value is (49,85,152). Sum of RGB (Red+Green+Blue) = 49+85+152=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #315598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315598 is #CEAA67. Grayscale: #515151. Windows color (decimal): -13544040 or 9983281. OLE color: 9983281.

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

Color convert

RGB 49 85 152 -
CMYK 0.68 0.44 0 0.40
HSL 219.03º 0.51% 0.39% -
HSV(B) 219.03º 0.68% 0.6% -
XYZ 10.18 9.42 30.99 -
YUV 81.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 49 85 152 0.68 0.44 0 0.40 219.03 0.51 0.39
Hex 31 55 98 44 2C 0 28 DB 33 27
Octal 61 125 230 104 54 0 50 333 63 47
Binary 110001 1010101 10011000 1000100 101100 0 101000 11011011 110011 100111

Color Harmonies of #315598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315598

Black with #315598

Text Example


Text Example

White with #315598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315598; }

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

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

background-color css

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

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

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

border-color css

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

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

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