#2A4398

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

Shades of Tory Blue #2A4398

Tints of Tory Blue #2A4398

Color information

#2A4398 (or 0x2A4398) is unknown color: approx Tory Blue. HEX triplet: 2A, 43 and 98. RGB value is (42,67,152). Sum of RGB (Red+Green+Blue) = 42+67+152=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A4398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4398 is #D5BC67. Grayscale: #444444. Windows color (decimal): -14007400 or 9978666. OLE color: 9978666.

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

Color convert

RGB4267152-
CMYK0.720.5600.40
HSL226.36º56.7%38.04%-
HSV(B)226.36º72.37%59.61%-
XYZ8.636.7730.56-
YUV69.22174.72108.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 152 (59.77% from 255) = 58.24%
R=16.09%
G=25.67%
B=58.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42671520.720.5600.40226.3656.738.04
Hex2A43984838028e23926
Octal52103230110700503427146
Binary1010101000011100110001001000111000010100011100010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,152); }

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

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

 a { background-color: rgb(42,67,152); }

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

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

 span { border-color: rgb(42,67,152); }

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