Shades of Tory Blue #2B488A
Tints of Tory Blue #2B488A
RGB
CMYK
RGB Variations
Color information
#2B488A (or 0x2B488A) is known color: Tory Blue. HEX triplet: 2B, 48 and 8A. RGB value is (43,72,138). Sum of RGB (Red+Green+Blue) = 43+72+138=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B488A is #D4B775. Grayscale: #464646. Windows color (decimal): -13940598 or 9062443. OLE color: 9062443.
HSL color Cylindrical-coordinate representation of color #2B488A: hue angle of 221.68º 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 #2B488A is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 72 | 138 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.46 |
| HSL | 221.68º | 0.52% | 0.35% | - |
| HSV(B) | 221.68º | 0.69% | 0.54% | - |
| XYZ | 7.9 | 6.98 | 24.98 | - |
| YUV | 70.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 138 | 0.69 | 0.48 | 0 | 0.46 | 221.68 | 0.52 | 0.35 |
| Hex | 2B | 48 | 8A | 45 | 30 | 0 | 2E | DE | 34 | 23 |
| Octal | 53 | 110 | 212 | 105 | 60 | 0 | 56 | 336 | 64 | 43 |
| Binary | 101011 | 1001000 | 10001010 | 1000101 | 110000 | 0 | 101110 | 11011110 | 110100 | 100011 |
Color Harmonies of #2B488A
Complementary color
Monochromatic Colors of #2B488A
Black with #2B488A
Text Example
Text Example
White with #2B488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B488A; }
p { color: rgb(43,72,138); }
H1.HeaderClassName
{
color: #2B488A;
}
.AnyTagClassName
{
color: #2B488A;
}
</style>
background-color css
<style>
a { background-color: #2B488A; }
a { background-color: rgb(43,72,138); }
div.DivClassName
{
background-color: #2B488A;
}
.BgClassName
{
background-color: #2B488A;
}
</style>
border-color css
<style>
span { border-color: #2B488A; }
span { border-color: rgb(43,72,138); }
td.TdClassName
{
border-color: #2B488A;
}
.TagClassName
{
border-color: #2B488A;
}
</style>