#2A489A

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

Shades of Tory Blue #2A489A

Tints of Tory Blue #2A489A

Color information

#2A489A (or 0x2A489A) is unknown color: approx Tory Blue. HEX triplet: 2A, 48 and 9A. RGB value is (42,72,154). Sum of RGB (Red+Green+Blue) = 42+72+154=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A489A is #D5B765. Grayscale: #484848. Windows color (decimal): -14006118 or 10111018. OLE color: 10111018.

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

Color convert

RGB4272154-
CMYK0.730.5300.40
HSL223.93º57.14%38.43%-
HSV(B)223.93º72.73%60.39%-
XYZ9.17.4631.53-
YUV72.38174.06106.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=15.67%
G=26.87%
B=57.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42721540.730.5300.40223.9357.1438.43
Hex2A489A4935028e03926
Octal52110232111650503407146
Binary1010101001000100110101001001110101010100011100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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