Shades of Tory Blue #2B428D
Tints of Tory Blue #2B428D
RGB
CMYK
RGB Variations
Color information
#2B428D (or 0x2B428D) is known color: Tory Blue. HEX triplet: 2B, 42 and 8D. RGB value is (43,66,141). Sum of RGB (Red+Green+Blue) = 43+66+141=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B428D is #D4BD72. Grayscale: #434343. Windows color (decimal): -13942131 or 9257515. OLE color: 9257515.
HSL color Cylindrical-coordinate representation of color #2B428D: hue angle of 225.92º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B428D is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 66 | 141 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.45 |
| HSL | 225.92º | 0.53% | 0.36% | - |
| HSV(B) | 225.92º | 0.7% | 0.55% | - |
| XYZ | 7.75 | 6.33 | 26.01 | - |
| YUV | 67.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 141 | 0.70 | 0.53 | 0 | 0.45 | 225.92 | 0.53 | 0.36 |
| Hex | 2B | 42 | 8D | 46 | 35 | 0 | 2D | E2 | 35 | 24 |
| Octal | 53 | 102 | 215 | 106 | 65 | 0 | 55 | 342 | 65 | 44 |
| Binary | 101011 | 1000010 | 10001101 | 1000110 | 110101 | 0 | 101101 | 11100010 | 110101 | 100100 |
Color Harmonies of #2B428D
Complementary color
Monochromatic Colors of #2B428D
Black with #2B428D
Text Example
Text Example
White with #2B428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B428D; }
p { color: rgb(43,66,141); }
H1.HeaderClassName
{
color: #2B428D;
}
.AnyTagClassName
{
color: #2B428D;
}
</style>
background-color css
<style>
a { background-color: #2B428D; }
a { background-color: rgb(43,66,141); }
div.DivClassName
{
background-color: #2B428D;
}
.BgClassName
{
background-color: #2B428D;
}
</style>
border-color css
<style>
span { border-color: #2B428D; }
span { border-color: rgb(43,66,141); }
td.TdClassName
{
border-color: #2B428D;
}
.TagClassName
{
border-color: #2B428D;
}
</style>