#2A4499

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

Shades of Tory Blue #2A4499

Tints of Tory Blue #2A4499

Color information

#2A4499 (or 0x2A4499) is unknown color: approx Tory Blue. HEX triplet: 2A, 44 and 99. RGB value is (42,68,153). Sum of RGB (Red+Green+Blue) = 42+68+153=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A4499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4499 is #D5BB66. Grayscale: #454545. Windows color (decimal): -14007143 or 10044458. OLE color: 10044458.

HSL color Cylindrical-coordinate representation of color #2A4499: hue angle of 225.95º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4499 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4268153-
CMYK0.730.5600.4
HSL225.95º56.92%38.24%-
HSV(B)225.95º72.55%60%-
XYZ8.776.9331.01-
YUV69.92174.89108.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=15.97%
G=25.86%
B=58.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42681530.730.5600.4225.9556.9238.24
Hex2A44994938028e23926
Octal52104231111700503427146
Binary1010101000100100110011001001111000010100011100010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4499; }

 p { color: rgb(42,68,153); }

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

<style>
 a { background-color: #2A4499; }

 a { background-color: rgb(42,68,153); }

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

<style>
 span { border-color: #2A4499; }

 span { border-color: rgb(42,68,153); }

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