#2B489E

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

Shades of Tory Blue #2B489E

Tints of Tory Blue #2B489E

Color information

#2B489E (or 0x2B489E) is unknown color: approx Tory Blue. HEX triplet: 2B, 48 and 9E. RGB value is (43,72,158). Sum of RGB (Red+Green+Blue) = 43+72+158=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B489E is #D4B761. Grayscale: #484848. Windows color (decimal): -13940578 or 10373163. OLE color: 10373163.

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

Color convert

RGB4372158-
CMYK0.730.5400.38
HSL224.87º57.21%39.41%-
HSV(B)224.87º72.78%61.96%-
XYZ9.497.6233.32-
YUV73.13175.89106.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.75%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=15.75%
G=26.37%
B=57.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43721580.730.5400.38224.8757.2139.41
Hex2B489E4936026e13927
Octal53110236111660463417147
Binary1010111001000100111101001001110110010011011100001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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