Shades of Tory Blue #2D489D
Tints of Tory Blue #2D489D
RGB
CMYK
RGB Variations
Color information
#2D489D (or 0x2D489D) is known color: Tory Blue. HEX triplet: 2D, 48 and 9D. RGB value is (45,72,157). Sum of RGB (Red+Green+Blue) = 45+72+157=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D489D is #D2B762. Grayscale: #494949. Windows color (decimal): -13809507 or 10307629. OLE color: 10307629.
HSL color Cylindrical-coordinate representation of color #2D489D: hue angle of 225.54º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D489D is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 72 | 157 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.38 |
| HSL | 225.54º | 0.55% | 0.4% | - |
| HSV(B) | 225.54º | 0.71% | 0.62% | - |
| XYZ | 9.49 | 7.63 | 32.87 | - |
| YUV | 73.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 157 | 0.71 | 0.54 | 0 | 0.38 | 225.54 | 0.55 | 0.4 |
| Hex | 2D | 48 | 9D | 47 | 36 | 0 | 26 | E2 | 37 | 28 |
| Octal | 55 | 110 | 235 | 107 | 66 | 0 | 46 | 342 | 67 | 50 |
| Binary | 101101 | 1001000 | 10011101 | 1000111 | 110110 | 0 | 100110 | 11100010 | 110111 | 101000 |
Color Harmonies of #2D489D
Complementary color
Monochromatic Colors of #2D489D
Black with #2D489D
Text Example
Text Example
White with #2D489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D489D; }
p { color: rgb(45,72,157); }
H1.HeaderClassName
{
color: #2D489D;
}
.AnyTagClassName
{
color: #2D489D;
}
</style>
background-color css
<style>
a { background-color: #2D489D; }
a { background-color: rgb(45,72,157); }
div.DivClassName
{
background-color: #2D489D;
}
.BgClassName
{
background-color: #2D489D;
}
</style>
border-color css
<style>
span { border-color: #2D489D; }
span { border-color: rgb(45,72,157); }
td.TdClassName
{
border-color: #2D489D;
}
.TagClassName
{
border-color: #2D489D;
}
</style>