#2B4091

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

Shades of Tory Blue #2B4091

Tints of Tory Blue #2B4091

Color information

#2B4091 (or 0x2B4091) is unknown color: approx Tory Blue. HEX triplet: 2B, 40 and 91. RGB value is (43,64,145). Sum of RGB (Red+Green+Blue) = 43+64+145=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B4091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4091 is #D4BF6E. Grayscale: #424242. Windows color (decimal): -13942639 or 9519147. OLE color: 9519147.

HSL color Cylindrical-coordinate representation of color #2B4091: hue angle of 227.65º 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 #2B4091 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4364145-
CMYK0.700.5600.43
HSL227.65º54.26%36.86%-
HSV(B)227.65º70.34%56.86%-
XYZ7.946.2227.57-
YUV66.96172.04110.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=17.06%
G=25.40%
B=57.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43641450.700.5600.43227.6554.2636.86
Hex2B4091463802Be43625
Octal53100221106700533446645
Binary1010111000000100100011000110111000010101111100100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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