#2B4291

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

Shades of Tory Blue #2B4291

Tints of Tory Blue #2B4291

Color information

#2B4291 (or 0x2B4291) is unknown color: approx Tory Blue. HEX triplet: 2B, 42 and 91. RGB value is (43,66,145). Sum of RGB (Red+Green+Blue) = 43+66+145=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B4291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4291 is #D4BD6E. Grayscale: #434343. Windows color (decimal): -13942127 or 9519659. OLE color: 9519659.

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

Color convert

RGB4366145-
CMYK0.700.5400.43
HSL226.47º54.26%36.86%-
HSV(B)226.47º70.34%56.86%-
XYZ8.066.4527.61-
YUV68.13171.38110.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 145 (57.03% from 255) = 57.09%
R=16.93%
G=25.98%
B=57.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43661450.700.5400.43226.4754.2636.86
Hex2B4291463602Be23625
Octal53102221106660533426645
Binary1010111000010100100011000110110110010101111100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,145); }

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

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

 a { background-color: rgb(43,66,145); }

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

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

 span { border-color: rgb(43,66,145); }

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