Shades of Tory Blue #2B478A
Tints of Tory Blue #2B478A
RGB
CMYK
RGB Variations
Color information
#2B478A (or 0x2B478A) is known color: Tory Blue. HEX triplet: 2B, 47 and 8A. RGB value is (43,71,138). Sum of RGB (Red+Green+Blue) = 43+71+138=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B478A is #D4B875. Grayscale: #454545. Windows color (decimal): -13940854 or 9062187. OLE color: 9062187.
HSL color Cylindrical-coordinate representation of color #2B478A: hue angle of 222.32º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B478A is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 71 | 138 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.46 |
| HSL | 222.32º | 0.52% | 0.35% | - |
| HSV(B) | 222.32º | 0.69% | 0.54% | - |
| XYZ | 7.84 | 6.86 | 24.95 | - |
| YUV | 70.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 138 | 0.69 | 0.49 | 0 | 0.46 | 222.32 | 0.52 | 0.35 |
| Hex | 2B | 47 | 8A | 45 | 31 | 0 | 2E | DE | 34 | 23 |
| Octal | 53 | 107 | 212 | 105 | 61 | 0 | 56 | 336 | 64 | 43 |
| Binary | 101011 | 1000111 | 10001010 | 1000101 | 110001 | 0 | 101110 | 11011110 | 110100 | 100011 |
Color Harmonies of #2B478A
Complementary color
Monochromatic Colors of #2B478A
Black with #2B478A
Text Example
Text Example
White with #2B478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B478A; }
p { color: rgb(43,71,138); }
H1.HeaderClassName
{
color: #2B478A;
}
.AnyTagClassName
{
color: #2B478A;
}
</style>
background-color css
<style>
a { background-color: #2B478A; }
a { background-color: rgb(43,71,138); }
div.DivClassName
{
background-color: #2B478A;
}
.BgClassName
{
background-color: #2B478A;
}
</style>
border-color css
<style>
span { border-color: #2B478A; }
span { border-color: rgb(43,71,138); }
td.TdClassName
{
border-color: #2B478A;
}
.TagClassName
{
border-color: #2B478A;
}
</style>