#2B439E

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

Shades of Tory Blue #2B439E

Tints of Tory Blue #2B439E

Color information

#2B439E (or 0x2B439E) is unknown color: approx Tory Blue. HEX triplet: 2B, 43 and 9E. RGB value is (43,67,158). Sum of RGB (Red+Green+Blue) = 43+67+158=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B439E is #D4BC61. Grayscale: #454545. Windows color (decimal): -13941858 or 10371883. OLE color: 10371883.

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

Color convert

RGB4367158-
CMYK0.730.5800.38
HSL227.48º57.21%39.41%-
HSV(B)227.48º72.78%61.96%-
XYZ9.17733.21-
YUV70.2177.55108.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=16.04%
G=25%
B=58.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43671580.730.5800.38227.4857.2139.41
Hex2B439E493A026e33927
Octal53103236111720463437147
Binary1010111000011100111101001001111010010011011100011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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