#2D4090

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

Shades of Tory Blue #2D4090

Tints of Tory Blue #2D4090

Color information

#2D4090 (or 0x2D4090) is unknown color: approx Tory Blue. HEX triplet: 2D, 40 and 90. RGB value is (45,64,144). Sum of RGB (Red+Green+Blue) = 45+64+144=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4090 is #D2BF6F. Grayscale: #434343. Windows color (decimal): -13811568 or 9453613. OLE color: 9453613.

HSL color Cylindrical-coordinate representation of color #2D4090: hue angle of 228.48º 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 #2D4090 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4564144-
CMYK0.690.5600.44
HSL228.48º52.38%37.06%-
HSV(B)228.48º68.75%56.47%-
XYZ7.956.2427.17-
YUV67.44171.21112-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=17.79%
G=25.30%
B=56.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45641440.690.5600.44228.4852.3837.06
Hex2D4090453802Ce43425
Octal55100220105700543446445
Binary1011011000000100100001000101111000010110011100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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