#2b468b

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

Shades of Tory Blue #2B468B

Tints of Tory Blue #2B468B

Color information

#2B468B (or 0x2B468B) is unknown color: approx Tory Blue. HEX triplet: 2B, 46 and 8B. RGB value is (43,70,139). Sum of RGB (Red+Green+Blue) = 43+70+139=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B468B is #D4B974. Grayscale: #454545. Windows color (decimal): -13941109 or 9127467. OLE color: 9127467.

HSL color Cylindrical-coordinate representation of color #2B468B: hue angle of 223.12º 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 #2B468B is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4370139-
CMYK0.690.5000.45
HSL223.12º52.75%35.69%-
HSV(B)223.12º69.06%54.51%-
XYZ7.856.7625.32-
YUV69.79167.05108.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=17.06%
G=27.78%
B=55.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43701390.690.5000.45223.1252.7535.69
Hex2B468B453202Ddf3524
Octal53106213105620553376544
Binary1010111000110100010111000101110010010110111011111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b468b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,139); }

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

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

 a { background-color: rgb(43,70,139); }

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

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

 span { border-color: rgb(43,70,139); }

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