#2A4897

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

Shades of Tory Blue #2A4897

Tints of Tory Blue #2A4897

Color information

#2A4897 (or 0x2A4897) is unknown color: approx Tory Blue. HEX triplet: 2A, 48 and 97. RGB value is (42,72,151). Sum of RGB (Red+Green+Blue) = 42+72+151=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A4897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4897 is #D5B768. Grayscale: #474747. Windows color (decimal): -14006121 or 9914410. OLE color: 9914410.

HSL color Cylindrical-coordinate representation of color #2A4897: hue angle of 223.49º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4897 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4272151-
CMYK0.720.5200.41
HSL223.49º56.48%37.84%-
HSV(B)223.49º72.19%59.22%-
XYZ8.867.3630.23-
YUV72.04172.56106.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=15.85%
G=27.17%
B=56.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42721510.720.5200.41223.4956.4837.84
Hex2A48974834029df3826
Octal52110227110640513377046
Binary1010101001000100101111001000110100010100111011111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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