#2A428B

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

Shades of Tory Blue #2A428B

Tints of Tory Blue #2A428B

Color information

#2A428B (or 0x2A428B) is unknown color: approx Tory Blue. HEX triplet: 2A, 42 and 8B. RGB value is (42,66,139). Sum of RGB (Red+Green+Blue) = 42+66+139=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A428B is #D5BD74. Grayscale: #424242. Windows color (decimal): -14007669 or 9126442. OLE color: 9126442.

HSL color Cylindrical-coordinate representation of color #2A428B: hue angle of 225.15º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A428B is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4266139-
CMYK0.700.5300.45
HSL225.15º53.59%35.49%-
HSV(B)225.15º69.78%54.51%-
XYZ7.566.2525.23-
YUV67.15168.55110.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=17.00%
G=26.72%
B=56.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42661390.700.5300.45225.1553.5935.49
Hex2A428B463502De13623
Octal52102213106650553416643
Binary1010101000010100010111000110110101010110111100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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