#2B4388

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

Shades of Tory Blue #2B4388

Tints of Tory Blue #2B4388

Color information

#2B4388 (or 0x2B4388) is unknown color: approx Tory Blue. HEX triplet: 2B, 43 and 88. RGB value is (43,67,136). Sum of RGB (Red+Green+Blue) = 43+67+136=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4388 is #D4BC77. Grayscale: #434343. Windows color (decimal): -13941880 or 8930091. OLE color: 8930091.

HSL color Cylindrical-coordinate representation of color #2B4388: hue angle of 224.52º 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 #2B4388 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4367136-
CMYK0.680.5100.47
HSL224.52º51.96%35.1%-
HSV(B)224.52º68.38%53.33%-
XYZ7.456.3124.12-
YUV67.69166.55110.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 136 (53.52% from 255) = 55.28%
R=17.48%
G=27.24%
B=55.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43671360.680.5100.47224.5251.9635.1
Hex2B4388443302Fe13423
Octal53103210104630573416443
Binary1010111000011100010001000100110011010111111100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,136); }

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

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

 a { background-color: rgb(43,67,136); }

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

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

 span { border-color: rgb(43,67,136); }

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