#2A429A

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

Shades of Tory Blue #2A429A

Tints of Tory Blue #2A429A

Color information

#2A429A (or 0x2A429A) is unknown color: approx Tory Blue. HEX triplet: 2A, 42 and 9A. RGB value is (42,66,154). Sum of RGB (Red+Green+Blue) = 42+66+154=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A429A is #D5BD65. Grayscale: #444444. Windows color (decimal): -14007654 or 10109482. OLE color: 10109482.

HSL color Cylindrical-coordinate representation of color #2A429A: hue angle of 227.14º 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 #2A429A is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4266154-
CMYK0.730.5700.40
HSL227.14º57.14%38.43%-
HSV(B)227.14º72.73%60.39%-
XYZ8.746.7231.41-
YUV68.86176.05108.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=16.03%
G=25.19%
B=58.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42661540.730.5700.40227.1457.1438.43
Hex2A429A4939028e33926
Octal52102232111710503437146
Binary1010101000010100110101001001111001010100011100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,66,154); }

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

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

 a { background-color: rgb(42,66,154); }

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

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

 span { border-color: rgb(42,66,154); }

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