#31418A

Color #31418A Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #31418A

Tints of Tory Blue #31418A

Color information

#31418A (or 0x31418A) is unknown color: approx Tory Blue. HEX triplet: 31, 41 and 8A. RGB value is (49,65,138). Sum of RGB (Red+Green+Blue) = 49+65+138=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #31418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31418A is #CEBE75. Grayscale: #444444. Windows color (decimal): -13549174 or 9060657. OLE color: 9060657.

HSL color Cylindrical-coordinate representation of color #31418A: hue angle of 229.21º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31418A is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4965138-
CMYK0.640.5300.46
HSL229.21º47.59%36.67%-
HSV(B)229.21º64.49%54.12%-
XYZ7.746.2724.85-
YUV68.54167.2114.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=19.44%
G=25.79%
B=54.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49651380.640.5300.46229.2147.5936.67
Hex31418A403502Ee53025
Octal61101212100650563456045
Binary1100011000001100010101000000110101010111011100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,65,138); }

 H1.HeaderClassName
 {
   color: #31418A;
 }
 .AnyTagClassName
 {
   color: #31418A;
 }
</style>
background-color css

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

 a { background-color: rgb(49,65,138); }

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

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

 span { border-color: rgb(49,65,138); }

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