#2D4786

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

Shades of Tory Blue #2D4786

Tints of Tory Blue #2D4786

Color information

#2D4786 (or 0x2D4786) is unknown color: approx Tory Blue. HEX triplet: 2D, 47 and 86. RGB value is (45,71,134). Sum of RGB (Red+Green+Blue) = 45+71+134=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4786 is #D2B879. Grayscale: #464646. Windows color (decimal): -13809786 or 8800045. OLE color: 8800045.

HSL color Cylindrical-coordinate representation of color #2D4786: hue angle of 222.47º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4786 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4571134-
CMYK0.660.4700.47
HSL222.47º49.72%35.1%-
HSV(B)222.47º66.42%52.55%-
XYZ7.646.7923.46-
YUV70.41163.89109.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 134 (52.73% from 255) = 53.6%
R=18%
G=28.4%
B=53.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45711340.660.4700.47222.4749.7235.1
Hex2D4786422F02Fde3223
Octal55107206102570573366243
Binary1011011000111100001101000010101111010111111011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,134); }

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

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

 a { background-color: rgb(45,71,134); }

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

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

 span { border-color: rgb(45,71,134); }

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