Html Css Color HEX #31528E Tory Blue

📋 copy color: '#31528E'

red 49 ◦ green 82 ◦ blue 142

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

Shades of Tory Blue #31528E

Tints of Tory Blue #31528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 17.95%
G = 30.04%
B = 52.01%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31528E (or 0x31528E) is known color: Tory Blue. HEX triplet: 31, 52 and 8E. RGB value is (49,82,142). Sum of RGB (Red+Green+Blue) = 49+82+142=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #31528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31528E is #CEAD71. Grayscale: #4E4E4E. Windows color (decimal): -13544818 or 9327153. OLE color: 9327153.

HSL color Cylindrical-coordinate representation of color #31528E: hue angle of 218.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31528E is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 82 142 -
CMYK 0.65 0.42 0 0.44
HSL 218.71º 0.49% 0.37% -
HSV(B) 218.71º 0.65% 0.56% -
XYZ 9.17 8.64 26.78 -
YUV 78.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 49 82 142 0.65 0.42 0 0.44 218.71 0.49 0.37
Hex 31 52 8E 41 2A 0 2C DB 31 25
Octal 61 122 216 101 52 0 54 333 61 45
Binary 110001 1010010 10001110 1000001 101010 0 101100 11011011 110001 100101

Color Harmonies of #31528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31528E

Black with #31528E

Text Example


Text Example

White with #31528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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