Shades of Tory Blue #2D4094
Tints of Tory Blue #2D4094
RGB
CMYK
RGB Variations
Color information
#2D4094 (or 0x2D4094) is known color: Tory Blue. HEX triplet: 2D, 40 and 94. RGB value is (45,64,148). Sum of RGB (Red+Green+Blue) = 45+64+148=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D4094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4094 is #D2BF6B. Grayscale: #434343. Windows color (decimal): -13811564 or 9715757. OLE color: 9715757.
HSL color Cylindrical-coordinate representation of color #2D4094: hue angle of 228.93º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4094 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 64 | 148 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.42 |
| HSL | 228.93º | 0.53% | 0.38% | - |
| HSV(B) | 228.93º | 0.7% | 0.58% | - |
| XYZ | 8.26 | 6.36 | 28.81 | - |
| YUV | 67.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 148 | 0.70 | 0.57 | 0 | 0.42 | 228.93 | 0.53 | 0.38 |
| Hex | 2D | 40 | 94 | 46 | 39 | 0 | 2A | E5 | 35 | 26 |
| Octal | 55 | 100 | 224 | 106 | 71 | 0 | 52 | 345 | 65 | 46 |
| Binary | 101101 | 1000000 | 10010100 | 1000110 | 111001 | 0 | 101010 | 11100101 | 110101 | 100110 |
Color Harmonies of #2D4094
Complementary color
Monochromatic Colors of #2D4094
Black with #2D4094
Text Example
Text Example
White with #2D4094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4094; }
p { color: rgb(45,64,148); }
H1.HeaderClassName
{
color: #2D4094;
}
.AnyTagClassName
{
color: #2D4094;
}
</style>
background-color css
<style>
a { background-color: #2D4094; }
a { background-color: rgb(45,64,148); }
div.DivClassName
{
background-color: #2D4094;
}
.BgClassName
{
background-color: #2D4094;
}
</style>
border-color css
<style>
span { border-color: #2D4094; }
span { border-color: rgb(45,64,148); }
td.TdClassName
{
border-color: #2D4094;
}
.TagClassName
{
border-color: #2D4094;
}
</style>