Shades of Tory Blue #2B488C
Tints of Tory Blue #2B488C
RGB
CMYK
RGB Variations
Color information
#2B488C (or 0x2B488C) is known color: Tory Blue. HEX triplet: 2B, 48 and 8C. RGB value is (43,72,140). Sum of RGB (Red+Green+Blue) = 43+72+140=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B488C is #D4B773. Grayscale: #464646. Windows color (decimal): -13940596 or 9193515. OLE color: 9193515.
HSL color Cylindrical-coordinate representation of color #2B488C: hue angle of 222.06º 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 #2B488C is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 72 | 140 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.45 |
| HSL | 222.06º | 0.53% | 0.36% | - |
| HSV(B) | 222.06º | 0.69% | 0.55% | - |
| XYZ | 8.05 | 7.04 | 25.75 | - |
| YUV | 71.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 140 | 0.69 | 0.49 | 0 | 0.45 | 222.06 | 0.53 | 0.36 |
| Hex | 2B | 48 | 8C | 45 | 31 | 0 | 2D | DE | 35 | 24 |
| Octal | 53 | 110 | 214 | 105 | 61 | 0 | 55 | 336 | 65 | 44 |
| Binary | 101011 | 1001000 | 10001100 | 1000101 | 110001 | 0 | 101101 | 11011110 | 110101 | 100100 |
Color Harmonies of #2B488C
Complementary color
Monochromatic Colors of #2B488C
Black with #2B488C
Text Example
Text Example
White with #2B488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B488C; }
p { color: rgb(43,72,140); }
H1.HeaderClassName
{
color: #2B488C;
}
.AnyTagClassName
{
color: #2B488C;
}
</style>
background-color css
<style>
a { background-color: #2B488C; }
a { background-color: rgb(43,72,140); }
div.DivClassName
{
background-color: #2B488C;
}
.BgClassName
{
background-color: #2B488C;
}
</style>
border-color css
<style>
span { border-color: #2B488C; }
span { border-color: rgb(43,72,140); }
td.TdClassName
{
border-color: #2B488C;
}
.TagClassName
{
border-color: #2B488C;
}
</style>