#2A4692

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

Shades of Tory Blue #2A4692

Tints of Tory Blue #2A4692

Color information

#2A4692 (or 0x2A4692) is unknown color: approx Tory Blue. HEX triplet: 2A, 46 and 92. RGB value is (42,70,146). Sum of RGB (Red+Green+Blue) = 42+70+146=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A4692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4692 is #D5B96D. Grayscale: #454545. Windows color (decimal): -14006638 or 9586218. OLE color: 9586218.

HSL color Cylindrical-coordinate representation of color #2A4692: hue angle of 223.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4692 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4270146-
CMYK0.710.5200.43
HSL223.85º55.32%36.86%-
HSV(B)223.85º71.23%57.25%-
XYZ8.336.9528.1-
YUV70.29170.72107.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=16.28%
G=27.13%
B=56.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42701460.710.5200.43223.8555.3236.86
Hex2A4692473402Be03725
Octal52106222107640533406745
Binary1010101000110100100101000111110100010101111100000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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