#2B408C

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

Shades of Tory Blue #2B408C

Tints of Tory Blue #2B408C

Color information

#2B408C (or 0x2B408C) is unknown color: approx Tory Blue. HEX triplet: 2B, 40 and 8C. RGB value is (43,64,140). Sum of RGB (Red+Green+Blue) = 43+64+140=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B408C is #D4BF73. Grayscale: #424242. Windows color (decimal): -13942644 or 9191467. OLE color: 9191467.

HSL color Cylindrical-coordinate representation of color #2B408C: hue angle of 227.01º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B408C is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4364140-
CMYK0.690.5400.45
HSL227.01º53.01%35.88%-
HSV(B)227.01º69.29%54.9%-
XYZ7.566.0725.58-
YUV66.38169.54111.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=17.41%
G=25.91%
B=56.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43641400.690.5400.45227.0153.0135.88
Hex2B408C453602De33524
Octal53100214105660553436544
Binary1010111000000100011001000101110110010110111100011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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