#2D5090

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

Shades of Tory Blue #2D5090

Tints of Tory Blue #2D5090

Color information

#2D5090 (or 0x2D5090) is unknown color: approx Tory Blue. HEX triplet: 2D, 50 and 90. RGB value is (45,80,144). Sum of RGB (Red+Green+Blue) = 45+80+144=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5090 is #D2AF6F. Grayscale: #4C4C4C. Windows color (decimal): -13807472 or 9457709. OLE color: 9457709.

HSL color Cylindrical-coordinate representation of color #2D5090: hue angle of 218.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D5090 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4580144-
CMYK0.690.4400.44
HSL218.79º52.38%37.06%-
HSV(B)218.79º68.75%56.47%-
XYZ8.988.3127.52-
YUV76.83165.9105.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.73%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=16.73%
G=29.74%
B=53.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45801440.690.4400.44218.7952.3837.06
Hex2D5090452C02Cdb3425
Octal55120220105540543336445
Binary1011011010000100100001000101101100010110011011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,144); }

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

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

 a { background-color: rgb(45,80,144); }

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

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

 span { border-color: rgb(45,80,144); }

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