Shades of Tory Blue #2B448C
Tints of Tory Blue #2B448C
RGB
CMYK
RGB Variations
Color information
#2B448C (or 0x2B448C) is known color: Tory Blue. HEX triplet: 2B, 44 and 8C. RGB value is (43,68,140). Sum of RGB (Red+Green+Blue) = 43+68+140=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B448C is #D4BB73. Grayscale: #444444. Windows color (decimal): -13941620 or 9192491. OLE color: 9192491.
HSL color Cylindrical-coordinate representation of color #2B448C: hue angle of 224.54º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B448C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 68 | 140 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.45 |
| HSL | 224.54º | 0.53% | 0.36% | - |
| HSV(B) | 224.54º | 0.69% | 0.55% | - |
| XYZ | 7.8 | 6.54 | 25.66 | - |
| YUV | 68.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 140 | 0.69 | 0.51 | 0 | 0.45 | 224.54 | 0.53 | 0.36 |
| Hex | 2B | 44 | 8C | 45 | 33 | 0 | 2D | E1 | 35 | 24 |
| Octal | 53 | 104 | 214 | 105 | 63 | 0 | 55 | 341 | 65 | 44 |
| Binary | 101011 | 1000100 | 10001100 | 1000101 | 110011 | 0 | 101101 | 11100001 | 110101 | 100100 |
Color Harmonies of #2B448C
Complementary color
Monochromatic Colors of #2B448C
Black with #2B448C
Text Example
Text Example
White with #2B448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B448C; }
p { color: rgb(43,68,140); }
H1.HeaderClassName
{
color: #2B448C;
}
.AnyTagClassName
{
color: #2B448C;
}
</style>
background-color css
<style>
a { background-color: #2B448C; }
a { background-color: rgb(43,68,140); }
div.DivClassName
{
background-color: #2B448C;
}
.BgClassName
{
background-color: #2B448C;
}
</style>
border-color css
<style>
span { border-color: #2B448C; }
span { border-color: rgb(43,68,140); }
td.TdClassName
{
border-color: #2B448C;
}
.TagClassName
{
border-color: #2B448C;
}
</style>