#2D4989

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

Shades of Tory Blue #2D4989

Tints of Tory Blue #2D4989

Color information

#2D4989 (or 0x2D4989) is unknown color: approx Tory Blue. HEX triplet: 2D, 49 and 89. RGB value is (45,73,137). Sum of RGB (Red+Green+Blue) = 45+73+137=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D4989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4989 is #D2B676. Grayscale: #474747. Windows color (decimal): -13809271 or 8997165. OLE color: 8997165.

HSL color Cylindrical-coordinate representation of color #2D4989: hue angle of 221.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D4989 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4573137-
CMYK0.670.4700.46
HSL221.74º50.55%35.69%-
HSV(B)221.74º67.15%53.73%-
XYZ7.987.1324.62-
YUV71.92164.72108.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=17.65%
G=28.63%
B=53.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45731370.670.4700.46221.7450.5535.69
Hex2D4989432F02Ede3324
Octal55111211103570563366344
Binary1011011001001100010011000011101111010111011011110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,137); }

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

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

 a { background-color: rgb(45,73,137); }

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

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

 span { border-color: rgb(45,73,137); }

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