#2A4E93

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

Shades of Tory Blue #2A4E93

Tints of Tory Blue #2A4E93

Color information

#2A4E93 (or 0x2A4E93) is unknown color: approx Tory Blue. HEX triplet: 2A, 4E and 93. RGB value is (42,78,147). Sum of RGB (Red+Green+Blue) = 42+78+147=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A4E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4E93 is #D5B16C. Grayscale: #4A4A4A. Windows color (decimal): -14004589 or 9653802. OLE color: 9653802.

HSL color Cylindrical-coordinate representation of color #2A4E93: hue angle of 219.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4E93 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4278147-
CMYK0.710.4700.42
HSL219.43º55.56%37.06%-
HSV(B)219.43º71.43%57.65%-
XYZ8.958.0528.69-
YUV75.1168.57104.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=15.73%
G=29.21%
B=55.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42781470.710.4700.42219.4355.5637.06
Hex2A4E93472F02Adb3825
Octal52116223107570523337045
Binary1010101001110100100111000111101111010101011011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,147); }

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

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

 a { background-color: rgb(42,78,147); }

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

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

 span { border-color: rgb(42,78,147); }

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