#2A4689

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

Shades of Tory Blue #2A4689

Tints of Tory Blue #2A4689

Color information

#2A4689 (or 0x2A4689) is unknown color: approx Tory Blue. HEX triplet: 2A, 46 and 89. RGB value is (42,70,137). Sum of RGB (Red+Green+Blue) = 42+70+137=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A4689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4689 is #D5B976. Grayscale: #444444. Windows color (decimal): -14006647 or 8996394. OLE color: 8996394.

HSL color Cylindrical-coordinate representation of color #2A4689: hue angle of 222.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A4689 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4270137-
CMYK0.690.4900.46
HSL222.32º53.07%35.1%-
HSV(B)222.32º69.34%53.73%-
XYZ7.666.6824.55-
YUV69.27166.22108.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 137 (53.91% from 255) = 55.02%
R=16.87%
G=28.11%
B=55.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42701370.690.4900.46222.3253.0735.1
Hex2A4689453102Ede3523
Octal52106211105610563366543
Binary1010101000110100010011000101110001010111011011110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,70,137); }

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

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

 a { background-color: rgb(42,70,137); }

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

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

 span { border-color: rgb(42,70,137); }

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