Shades of Tory Blue #2B3A98
Tints of Tory Blue #2B3A98
RGB
CMYK
RGB Variations
Color information
#2B3A98 (or 0x2B3A98) is known color: Tory Blue. HEX triplet: 2B, 3A and 98. RGB value is (43,58,152). Sum of RGB (Red+Green+Blue) = 43+58+152=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B3A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A98 is #D4C567. Grayscale: #3F3F3F. Windows color (decimal): -13944168 or 9976363. OLE color: 9976363.
HSL color Cylindrical-coordinate representation of color #2B3A98: hue angle of 231.74º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B3A98 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 58 | 152 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.40 |
| HSL | 231.74º | 0.56% | 0.38% | - |
| HSV(B) | 231.74º | 0.72% | 0.6% | - |
| XYZ | 8.18 | 5.81 | 30.4 | - |
| YUV | 64.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 152 | 0.72 | 0.62 | 0 | 0.40 | 231.74 | 0.56 | 0.38 |
| Hex | 2B | 3A | 98 | 48 | 3E | 0 | 28 | E8 | 38 | 26 |
| Octal | 53 | 72 | 230 | 110 | 76 | 0 | 50 | 350 | 70 | 46 |
| Binary | 101011 | 111010 | 10011000 | 1001000 | 111110 | 0 | 101000 | 11101000 | 111000 | 100110 |
Color Harmonies of #2B3A98
Complementary color
Monochromatic Colors of #2B3A98
Black with #2B3A98
Text Example
Text Example
White with #2B3A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A98; }
p { color: rgb(43,58,152); }
H1.HeaderClassName
{
color: #2B3A98;
}
.AnyTagClassName
{
color: #2B3A98;
}
</style>
background-color css
<style>
a { background-color: #2B3A98; }
a { background-color: rgb(43,58,152); }
div.DivClassName
{
background-color: #2B3A98;
}
.BgClassName
{
background-color: #2B3A98;
}
</style>
border-color css
<style>
span { border-color: #2B3A98; }
span { border-color: rgb(43,58,152); }
td.TdClassName
{
border-color: #2B3A98;
}
.TagClassName
{
border-color: #2B3A98;
}
</style>