#2B468E

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

Shades of Tory Blue #2B468E

Tints of Tory Blue #2B468E

Color information

#2B468E (or 0x2B468E) is unknown color: approx Tory Blue. HEX triplet: 2B, 46 and 8E. RGB value is (43,70,142). Sum of RGB (Red+Green+Blue) = 43+70+142=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B468E is #D4B971. Grayscale: #454545. Windows color (decimal): -13941106 or 9324075. OLE color: 9324075.

HSL color Cylindrical-coordinate representation of color #2B468E: hue angle of 223.64º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B468E is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4370142-
CMYK0.700.5100.44
HSL223.64º53.51%36.27%-
HSV(B)223.64º69.72%55.69%-
XYZ8.076.8526.49-
YUV70.13168.55108.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=16.86%
G=27.45%
B=55.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43701420.700.5100.44223.6453.5136.27
Hex2B468E463302Ce03624
Octal53106216106630543406644
Binary1010111000110100011101000110110011010110011100000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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