#2D4092

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

Shades of Tory Blue #2D4092

Tints of Tory Blue #2D4092

Color information

#2D4092 (or 0x2D4092) is unknown color: approx Tory Blue. HEX triplet: 2D, 40 and 92. RGB value is (45,64,146). Sum of RGB (Red+Green+Blue) = 45+64+146=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D4092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4092 is #D2BF6D. Grayscale: #434343. Windows color (decimal): -13811566 or 9584685. OLE color: 9584685.

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

Color convert

RGB4564146-
CMYK0.690.5600.43
HSL228.71º52.88%37.45%-
HSV(B)228.71º69.18%57.25%-
XYZ8.16.327.98-
YUV67.67172.21111.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=17.65%
G=25.10%
B=57.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45641460.690.5600.43228.7152.8837.45
Hex2D4092453802Be53525
Octal55100222105700533456545
Binary1011011000000100100101000101111000010101111100101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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