#2B459E

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

Shades of Tory Blue #2B459E

Tints of Tory Blue #2B459E

Color information

#2B459E (or 0x2B459E) is unknown color: approx Tory Blue. HEX triplet: 2B, 45 and 9E. RGB value is (43,69,158). Sum of RGB (Red+Green+Blue) = 43+69+158=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B459E is #D4BA61. Grayscale: #464646. Windows color (decimal): -13941346 or 10372395. OLE color: 10372395.

HSL color Cylindrical-coordinate representation of color #2B459E: hue angle of 226.43º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B459E is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4369158-
CMYK0.730.5600.38
HSL226.43º57.21%39.41%-
HSV(B)226.43º72.78%61.96%-
XYZ9.37.2433.25-
YUV71.37176.89107.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=15.93%
G=25.56%
B=58.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43691580.730.5600.38226.4357.2139.41
Hex2B459E4938026e23927
Octal53105236111700463427147
Binary1010111000101100111101001001111000010011011100010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,158); }

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

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

 a { background-color: rgb(43,69,158); }

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

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

 span { border-color: rgb(43,69,158); }

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