#2A4495

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

Shades of Tory Blue #2A4495

Tints of Tory Blue #2A4495

Color information

#2A4495 (or 0x2A4495) is unknown color: approx Tory Blue. HEX triplet: 2A, 44 and 95. RGB value is (42,68,149). Sum of RGB (Red+Green+Blue) = 42+68+149=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A4495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4495 is #D5BB6A. Grayscale: #454545. Windows color (decimal): -14007147 or 9782314. OLE color: 9782314.

HSL color Cylindrical-coordinate representation of color #2A4495: hue angle of 225.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4495 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4268149-
CMYK0.720.5400.42
HSL225.42º56.02%37.45%-
HSV(B)225.42º71.81%58.43%-
XYZ8.456.829.3-
YUV69.46172.89108.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=16.22%
G=26.25%
B=57.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42681490.720.5400.42225.4256.0237.45
Hex2A4495483602Ae13825
Octal52104225110660523417045
Binary1010101000100100101011001000110110010101011100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,149); }

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

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

 a { background-color: rgb(42,68,149); }

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

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

 span { border-color: rgb(42,68,149); }

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