Html Css Color HEX #31509F Tory Blue

📋 copy color: '#31509F'

red 49 ◦ green 80 ◦ blue 159

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

Shades of Tory Blue #31509F

Tints of Tory Blue #31509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 17.01%
G = 27.78%
B = 55.21%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31509F (or 0x31509F) is known color: Tory Blue. HEX triplet: 31, 50 and 9F. RGB value is (49,80,159). Sum of RGB (Red+Green+Blue) = 49+80+159=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #31509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31509F is #CEAF60. Grayscale: #4F4F4F. Windows color (decimal): -13545313 or 10440753. OLE color: 10440753.

HSL color Cylindrical-coordinate representation of color #31509F: hue angle of 223.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31509F is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 80 159 -
CMYK 0.69 0.50 0 0.38
HSL 223.09º 0.53% 0.41% -
HSV(B) 223.09º 0.69% 0.62% -
XYZ 10.39 8.89 33.97 -
YUV 79.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 49 80 159 0.69 0.50 0 0.38 223.09 0.53 0.41
Hex 31 50 9F 45 32 0 26 DF 35 29
Octal 61 120 237 105 62 0 46 337 65 51
Binary 110001 1010000 10011111 1000101 110010 0 100110 11011111 110101 101001

Color Harmonies of #31509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31509F

Black with #31509F

Text Example


Text Example

White with #31509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31509F; }

 p { color: rgb(49,80,159); }

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

background-color css

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

 a { background-color: rgb(49,80,159); }

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

border-color css

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

 span { border-color: rgb(49,80,159); }

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