Html Css Color HEX #31519C Tory Blue

📋 copy color: '#31519C'

red 49 ◦ green 81 ◦ blue 156

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

Shades of Tory Blue #31519C

Tints of Tory Blue #31519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 17.13%
G = 28.32%
B = 54.55%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31519C (or 0x31519C) is known color: Tory Blue. HEX triplet: 31, 51 and 9C. RGB value is (49,81,156). Sum of RGB (Red+Green+Blue) = 49+81+156=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #31519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31519C is #CEAE63. Grayscale: #4F4F4F. Windows color (decimal): -13545060 or 10244401. OLE color: 10244401.

HSL color Cylindrical-coordinate representation of color #31519C: hue angle of 222.06º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31519C is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 81 156 -
CMYK 0.69 0.48 0 0.39
HSL 222.06º 0.52% 0.4% -
HSV(B) 222.06º 0.69% 0.61% -
XYZ 10.21 8.94 32.64 -
YUV 79.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 49 81 156 0.69 0.48 0 0.39 222.06 0.52 0.4
Hex 31 51 9C 45 30 0 27 DE 34 28
Octal 61 121 234 105 60 0 47 336 64 50
Binary 110001 1010001 10011100 1000101 110000 0 100111 11011110 110100 101000

Color Harmonies of #31519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31519C

Black with #31519C

Text Example


Text Example

White with #31519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31519C; }

 p { color: rgb(49,81,156); }

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

background-color css

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

 a { background-color: rgb(49,81,156); }

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

border-color css

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

 span { border-color: rgb(49,81,156); }

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