#2A478B

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

Shades of Tory Blue #2A478B

Tints of Tory Blue #2A478B

Color information

#2A478B (or 0x2A478B) is unknown color: approx Tory Blue. HEX triplet: 2A, 47 and 8B. RGB value is (42,71,139). Sum of RGB (Red+Green+Blue) = 42+71+139=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A478B is #D5B874. Grayscale: #454545. Windows color (decimal): -14006389 or 9127722. OLE color: 9127722.

HSL color Cylindrical-coordinate representation of color #2A478B: hue angle of 222.06º 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 #2A478B is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4271139-
CMYK0.700.4900.45
HSL222.06º53.59%35.49%-
HSV(B)222.06º69.78%54.51%-
XYZ7.876.8625.34-
YUV70.08166.89107.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=16.67%
G=28.17%
B=55.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42711390.700.4900.45222.0653.5935.49
Hex2A478B463102Dde3623
Octal52107213106610553366643
Binary1010101000111100010111000110110001010110111011110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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