#2B4487

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

Shades of Tory Blue #2B4487

Tints of Tory Blue #2B4487

Color information

#2B4487 (or 0x2B4487) is unknown color: approx Tory Blue. HEX triplet: 2B, 44 and 87. RGB value is (43,68,135). Sum of RGB (Red+Green+Blue) = 43+68+135=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4487 is #D4BB78. Grayscale: #434343. Windows color (decimal): -13941625 or 8864811. OLE color: 8864811.

HSL color Cylindrical-coordinate representation of color #2B4487: hue angle of 223.7º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4487 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4368135-
CMYK0.680.5000.47
HSL223.7º51.69%34.9%-
HSV(B)223.7º68.15%52.94%-
XYZ7.446.423.76-
YUV68.16165.72110.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=17.48%
G=27.64%
B=54.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43681350.680.5000.47223.751.6934.9
Hex2B4487443202Fe03423
Octal53104207104620573406443
Binary1010111000100100001111000100110010010111111100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,135); }

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

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

 a { background-color: rgb(43,68,135); }

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

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

 span { border-color: rgb(43,68,135); }

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