#2B4296

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

Shades of Tory Blue #2B4296

Tints of Tory Blue #2B4296

Color information

#2B4296 (or 0x2B4296) is unknown color: approx Tory Blue. HEX triplet: 2B, 42 and 96. RGB value is (43,66,150). Sum of RGB (Red+Green+Blue) = 43+66+150=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B4296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4296 is #D4BD69. Grayscale: #444444. Windows color (decimal): -13942122 or 9847339. OLE color: 9847339.

HSL color Cylindrical-coordinate representation of color #2B4296: hue angle of 227.1º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4296 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4366150-
CMYK0.710.5600.41
HSL227.1º55.44%37.84%-
HSV(B)227.1º71.33%58.82%-
XYZ8.456.6129.69-
YUV68.7173.88109.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=16.60%
G=25.48%
B=57.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43661500.710.5600.41227.155.4437.84
Hex2B42964738029e33726
Octal53102226107700513436746
Binary1010111000010100101101000111111000010100111100011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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