#31428A

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

Shades of Tory Blue #31428A

Tints of Tory Blue #31428A

Color information

#31428A (or 0x31428A) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 8A. RGB value is (49,66,138). Sum of RGB (Red+Green+Blue) = 49+66+138=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #31428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31428A is #CEBD75. Grayscale: #444444. Windows color (decimal): -13548918 or 9060913. OLE color: 9060913.

HSL color Cylindrical-coordinate representation of color #31428A: hue angle of 228.54º 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 #31428A is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4966138-
CMYK0.640.5200.46
HSL228.54º47.59%36.67%-
HSV(B)228.54º64.49%54.12%-
XYZ7.86.3824.87-
YUV69.12166.87113.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=19.37%
G=26.09%
B=54.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49661380.640.5200.46228.5447.5936.67
Hex31428A403402Ee53025
Octal61102212100640563456045
Binary1100011000010100010101000000110100010111011100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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