Html Css Color HEX #31509B Tory Blue

📋 copy color: '#31509B'

red 49 ◦ green 80 ◦ blue 155

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

Shades of Tory Blue #31509B

Tints of Tory Blue #31509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 17.25%
G = 28.17%
B = 54.58%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31509B (or 0x31509B) is known color: Tory Blue. HEX triplet: 31, 50 and 9B. RGB value is (49,80,155). Sum of RGB (Red+Green+Blue) = 49+80+155=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #31509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31509B is #CEAF64. Grayscale: #4E4E4E. Windows color (decimal): -13545317 or 10178609. OLE color: 10178609.

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

Color convert

RGB 49 80 155 -
CMYK 0.68 0.48 0 0.39
HSL 222.45º 0.52% 0.4% -
HSV(B) 222.45º 0.68% 0.61% -
XYZ 10.05 8.76 32.17 -
YUV 79.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 49 80 155 0.68 0.48 0 0.39 222.45 0.52 0.4
Hex 31 50 9B 44 30 0 27 DE 34 28
Octal 61 120 233 104 60 0 47 336 64 50
Binary 110001 1010000 10011011 1000100 110000 0 100111 11011110 110100 101000

Color Harmonies of #31509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31509B

Black with #31509B

Text Example


Text Example

White with #31509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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