Html Css Color HEX #31529A Tory Blue

📋 copy color: '#31529A'

red 49 ◦ green 82 ◦ blue 154

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

Shades of Tory Blue #31529A

Tints of Tory Blue #31529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 17.19%
G = 28.77%
B = 54.04%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31529A (or 0x31529A) is known color: Tory Blue. HEX triplet: 31, 52 and 9A. RGB value is (49,82,154). Sum of RGB (Red+Green+Blue) = 49+82+154=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #31529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31529A is #CEAD65. Grayscale: #505050. Windows color (decimal): -13544806 or 10113585. OLE color: 10113585.

HSL color Cylindrical-coordinate representation of color #31529A: hue angle of 221.14º degrees, saturation: 0.52, 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 #31529A is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 82 154 -
CMYK 0.68 0.47 0 0.40
HSL 221.14º 0.52% 0.4% -
HSV(B) 221.14º 0.68% 0.6% -
XYZ 10.12 9.02 31.78 -
YUV 80.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 49 82 154 0.68 0.47 0 0.40 221.14 0.52 0.4
Hex 31 52 9A 44 2F 0 28 DD 34 28
Octal 61 122 232 104 57 0 50 335 64 50
Binary 110001 1010010 10011010 1000100 101111 0 101000 11011101 110100 101000

Color Harmonies of #31529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31529A

Black with #31529A

Text Example


Text Example

White with #31529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31529A; }

 p { color: rgb(49,82,154); }

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

background-color css

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

 a { background-color: rgb(49,82,154); }

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

border-color css

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

 span { border-color: rgb(49,82,154); }

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