#2A4A96

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

Shades of Tory Blue #2A4A96

Tints of Tory Blue #2A4A96

Color information

#2A4A96 (or 0x2A4A96) is unknown color: approx Tory Blue. HEX triplet: 2A, 4A and 96. RGB value is (42,74,150). Sum of RGB (Red+Green+Blue) = 42+74+150=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A4A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4A96 is #D5B569. Grayscale: #484848. Windows color (decimal): -14005610 or 9849386. OLE color: 9849386.

HSL color Cylindrical-coordinate representation of color #2A4A96: hue angle of 222.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4A96 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4274150-
CMYK0.720.5100.41
HSL222.22º56.25%37.65%-
HSV(B)222.22º72%58.82%-
XYZ8.917.5929.85-
YUV73.1171.4105.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 150 (58.98% from 255) = 56.39%
R=15.79%
G=27.82%
B=56.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42741500.720.5100.41222.2256.2537.65
Hex2A4A964833029de3826
Octal52112226110630513367046
Binary1010101001010100101101001000110011010100111011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,150); }

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

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

 a { background-color: rgb(42,74,150); }

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

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

 span { border-color: rgb(42,74,150); }

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