Shades of Tory Blue #2B448B
Tints of Tory Blue #2B448B
RGB
CMYK
RGB Variations
Color information
#2B448B (or 0x2B448B) is known color: Tory Blue. HEX triplet: 2B, 44 and 8B. RGB value is (43,68,139). Sum of RGB (Red+Green+Blue) = 43+68+139=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B448B is #D4BB74. Grayscale: #444444. Windows color (decimal): -13941621 or 9126955. OLE color: 9126955.
HSL color Cylindrical-coordinate representation of color #2B448B: hue angle of 224.38º 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 #2B448B is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 68 | 139 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.45 |
| HSL | 224.38º | 0.53% | 0.36% | - |
| HSV(B) | 224.38º | 0.69% | 0.55% | - |
| XYZ | 7.72 | 6.51 | 25.28 | - |
| YUV | 68.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 139 | 0.69 | 0.51 | 0 | 0.45 | 224.38 | 0.53 | 0.36 |
| Hex | 2B | 44 | 8B | 45 | 33 | 0 | 2D | E0 | 35 | 24 |
| Octal | 53 | 104 | 213 | 105 | 63 | 0 | 55 | 340 | 65 | 44 |
| Binary | 101011 | 1000100 | 10001011 | 1000101 | 110011 | 0 | 101101 | 11100000 | 110101 | 100100 |
Color Harmonies of #2B448B
Complementary color
Monochromatic Colors of #2B448B
Black with #2B448B
Text Example
Text Example
White with #2B448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B448B; }
p { color: rgb(43,68,139); }
H1.HeaderClassName
{
color: #2B448B;
}
.AnyTagClassName
{
color: #2B448B;
}
</style>
background-color css
<style>
a { background-color: #2B448B; }
a { background-color: rgb(43,68,139); }
div.DivClassName
{
background-color: #2B448B;
}
.BgClassName
{
background-color: #2B448B;
}
</style>
border-color css
<style>
span { border-color: #2B448B; }
span { border-color: rgb(43,68,139); }
td.TdClassName
{
border-color: #2B448B;
}
.TagClassName
{
border-color: #2B448B;
}
</style>