Shades of Tory Blue #2D4485
Tints of Tory Blue #2D4485
RGB
CMYK
RGB Variations
Color information
#2D4485 (or 0x2D4485) is known color: Tory Blue. HEX triplet: 2D, 44 and 85. RGB value is (45,68,133). Sum of RGB (Red+Green+Blue) = 45+68+133=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D4485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4485 is #D2BB7A. Grayscale: #444444. Windows color (decimal): -13810555 or 8733741. OLE color: 8733741.
HSL color Cylindrical-coordinate representation of color #2D4485: hue angle of 224.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4485 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 68 | 133 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.48 |
| HSL | 224.32º | 0.49% | 0.35% | - |
| HSV(B) | 224.32º | 0.66% | 0.52% | - |
| XYZ | 7.38 | 6.39 | 23.03 | - |
| YUV | 68.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 133 | 0.66 | 0.49 | 0 | 0.48 | 224.32 | 0.49 | 0.35 |
| Hex | 2D | 44 | 85 | 42 | 31 | 0 | 30 | E0 | 31 | 23 |
| Octal | 55 | 104 | 205 | 102 | 61 | 0 | 60 | 340 | 61 | 43 |
| Binary | 101101 | 1000100 | 10000101 | 1000010 | 110001 | 0 | 110000 | 11100000 | 110001 | 100011 |
Color Harmonies of #2D4485
Complementary color
Monochromatic Colors of #2D4485
Black with #2D4485
Text Example
Text Example
White with #2D4485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4485; }
p { color: rgb(45,68,133); }
H1.HeaderClassName
{
color: #2D4485;
}
.AnyTagClassName
{
color: #2D4485;
}
</style>
background-color css
<style>
a { background-color: #2D4485; }
a { background-color: rgb(45,68,133); }
div.DivClassName
{
background-color: #2D4485;
}
.BgClassName
{
background-color: #2D4485;
}
</style>
border-color css
<style>
span { border-color: #2D4485; }
span { border-color: rgb(45,68,133); }
td.TdClassName
{
border-color: #2D4485;
}
.TagClassName
{
border-color: #2D4485;
}
</style>