#31428E

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

Shades of Tory Blue #31428E

Tints of Tory Blue #31428E

Color information

#31428E (or 0x31428E) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 8E. RGB value is (49,66,142). Sum of RGB (Red+Green+Blue) = 49+66+142=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #31428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31428E is #CEBD71. Grayscale: #454545. Windows color (decimal): -13548914 or 9323057. OLE color: 9323057.

HSL color Cylindrical-coordinate representation of color #31428E: hue angle of 229.03º 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 #31428E is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4966142-
CMYK0.650.5400.44
HSL229.03º48.69%37.45%-
HSV(B)229.03º65.49%55.69%-
XYZ8.16.526.42-
YUV69.58168.87113.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=19.07%
G=25.68%
B=55.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49661420.650.5400.44229.0348.6937.45
Hex31428E413602Ce53125
Octal61102216101660543456145
Binary1100011000010100011101000001110110010110011100101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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