#2a418a

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

Shades of Tory Blue #2A418A

Tints of Tory Blue #2A418A

Color information

#2A418A (or 0x2A418A) is unknown color: approx Tory Blue. HEX triplet: 2A, 41 and 8A. RGB value is (42,65,138). Sum of RGB (Red+Green+Blue) = 42+65+138=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A418A is #D5BE75. Grayscale: #424242. Windows color (decimal): -14007926 or 9060650. OLE color: 9060650.

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

Color convert

RGB4265138-
CMYK0.700.5300.46
HSL225.62º53.33%35.29%-
HSV(B)225.62º69.57%54.12%-
XYZ7.436.1124.83-
YUV66.45168.38110.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=17.14%
G=26.53%
B=56.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42651380.700.5300.46225.6253.3335.29
Hex2A418A463502Ee23523
Octal52101212106650563426543
Binary1010101000001100010101000110110101010111011100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a418a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,138); }

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

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

 a { background-color: rgb(42,65,138); }

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

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

 span { border-color: rgb(42,65,138); }

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