#2d459f

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

Shades of Tory Blue #2D459F

Tints of Tory Blue #2D459F

Color information

#2D459F (or 0x2D459F) is unknown color: approx Tory Blue. HEX triplet: 2D, 45 and 9F. RGB value is (45,69,159). Sum of RGB (Red+Green+Blue) = 45+69+159=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D459F is #D2BA60. Grayscale: #474747. Windows color (decimal): -13810273 or 10437933. OLE color: 10437933.

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

Color convert

RGB4569159-
CMYK0.720.5700.38
HSL227.37º55.88%40%-
HSV(B)227.37º71.7%62.35%-
XYZ9.477.3233.71-
YUV72.08177.05108.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.48%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=16.48%
G=25.27%
B=58.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45691590.720.5700.38227.3755.8840
Hex2D459F4839026e33828
Octal55105237110710463437050
Binary1011011000101100111111001000111001010011011100011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d459f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,159); }

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

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

 a { background-color: rgb(45,69,159); }

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

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

 span { border-color: rgb(45,69,159); }

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