#2A4695

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

Shades of Tory Blue #2A4695

Tints of Tory Blue #2A4695

Color information

#2A4695 (or 0x2A4695) is unknown color: approx Tory Blue. HEX triplet: 2A, 46 and 95. RGB value is (42,70,149). Sum of RGB (Red+Green+Blue) = 42+70+149=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A4695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4695 is #D5B96A. Grayscale: #464646. Windows color (decimal): -14006635 or 9782826. OLE color: 9782826.

HSL color Cylindrical-coordinate representation of color #2A4695: hue angle of 224.3º 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 #2A4695 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4270149-
CMYK0.720.5300.42
HSL224.3º56.02%37.45%-
HSV(B)224.3º71.81%58.43%-
XYZ8.577.0429.34-
YUV70.63172.22107.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=16.09%
G=26.82%
B=57.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42701490.720.5300.42224.356.0237.45
Hex2A4695483502Ae03825
Octal52106225110650523407045
Binary1010101000110100101011001000110101010101011100000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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