#2B4C91

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

Shades of Tory Blue #2B4C91

Tints of Tory Blue #2B4C91

Color information

#2B4C91 (or 0x2B4C91) is unknown color: approx Tory Blue. HEX triplet: 2B, 4C and 91. RGB value is (43,76,145). Sum of RGB (Red+Green+Blue) = 43+76+145=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B4C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4C91 is #D4B36E. Grayscale: #494949. Windows color (decimal): -13939567 or 9522219. OLE color: 9522219.

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

Color convert

RGB4376145-
CMYK0.700.4800.43
HSL220.59º54.26%36.86%-
HSV(B)220.59º70.34%56.86%-
XYZ8.697.7327.82-
YUV74168.07105.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=16.29%
G=28.79%
B=54.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43761450.700.4800.43220.5954.2636.86
Hex2B4C91463002Bdd3625
Octal53114221106600533356645
Binary1010111001100100100011000110110000010101111011101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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