Shades of Tory Blue #2B448A
Tints of Tory Blue #2B448A
RGB
CMYK
RGB Variations
Color information
#2B448A (or 0x2B448A) is known color: Tory Blue. HEX triplet: 2B, 44 and 8A. RGB value is (43,68,138). Sum of RGB (Red+Green+Blue) = 43+68+138=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B448A is #D4BB75. Grayscale: #444444. Windows color (decimal): -13941622 or 9061419. OLE color: 9061419.
HSL color Cylindrical-coordinate representation of color #2B448A: hue angle of 224.21º 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 #2B448A is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 68 | 138 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.46 |
| HSL | 224.21º | 0.52% | 0.35% | - |
| HSV(B) | 224.21º | 0.69% | 0.54% | - |
| XYZ | 7.65 | 6.48 | 24.89 | - |
| YUV | 68.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 138 | 0.69 | 0.51 | 0 | 0.46 | 224.21 | 0.52 | 0.35 |
| Hex | 2B | 44 | 8A | 45 | 33 | 0 | 2E | E0 | 34 | 23 |
| Octal | 53 | 104 | 212 | 105 | 63 | 0 | 56 | 340 | 64 | 43 |
| Binary | 101011 | 1000100 | 10001010 | 1000101 | 110011 | 0 | 101110 | 11100000 | 110100 | 100011 |
Color Harmonies of #2B448A
Complementary color
Monochromatic Colors of #2B448A
Black with #2B448A
Text Example
Text Example
White with #2B448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B448A; }
p { color: rgb(43,68,138); }
H1.HeaderClassName
{
color: #2B448A;
}
.AnyTagClassName
{
color: #2B448A;
}
</style>
background-color css
<style>
a { background-color: #2B448A; }
a { background-color: rgb(43,68,138); }
div.DivClassName
{
background-color: #2B448A;
}
.BgClassName
{
background-color: #2B448A;
}
</style>
border-color css
<style>
span { border-color: #2B448A; }
span { border-color: rgb(43,68,138); }
td.TdClassName
{
border-color: #2B448A;
}
.TagClassName
{
border-color: #2B448A;
}
</style>