#2B469E

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

Shades of Tory Blue #2B469E

Tints of Tory Blue #2B469E

Color information

#2B469E (or 0x2B469E) is unknown color: approx Tory Blue. HEX triplet: 2B, 46 and 9E. RGB value is (43,70,158). Sum of RGB (Red+Green+Blue) = 43+70+158=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B469E is #D4B961. Grayscale: #474747. Windows color (decimal): -13941090 or 10372651. OLE color: 10372651.

HSL color Cylindrical-coordinate representation of color #2B469E: hue angle of 225.91º 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 #2B469E is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4370158-
CMYK0.730.5600.38
HSL225.91º57.21%39.41%-
HSV(B)225.91º72.78%61.96%-
XYZ9.367.3633.28-
YUV71.96176.55107.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=15.87%
G=25.83%
B=58.30%

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
Decimal43701580.730.5600.38225.9157.2139.41
Hex2B469E4938026e23927
Octal53106236111700463427147
Binary1010111000110100111101001001111000010011011100010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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