Shades of St Tropaz #2B4D7A
Tints of St Tropaz #2B4D7A
RGB
CMYK
RGB Variations
Color information
#2B4D7A (or 0x2B4D7A) is known color: St Tropaz. HEX triplet: 2B, 4D and 7A. RGB value is (43,77,122). Sum of RGB (Red+Green+Blue) = 43+77+122=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B4D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D7A is #D4B285. Grayscale: #474747. Windows color (decimal): -13939334 or 8015147. OLE color: 8015147.
HSL color Cylindrical-coordinate representation of color #2B4D7A: hue angle of 214.18º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B4D7A is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 77 | 122 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.52 |
| HSL | 214.18º | 0.48% | 0.32% | - |
| HSV(B) | 214.18º | 0.65% | 0.48% | - |
| XYZ | 7.16 | 7.23 | 19.43 | - |
| YUV | 71.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 122 | 0.65 | 0.37 | 0 | 0.52 | 214.18 | 0.48 | 0.32 |
| Hex | 2B | 4D | 7A | 41 | 25 | 0 | 34 | D6 | 30 | 20 |
| Octal | 53 | 115 | 172 | 101 | 45 | 0 | 64 | 326 | 60 | 40 |
| Binary | 101011 | 1001101 | 1111010 | 1000001 | 100101 | 0 | 110100 | 11010110 | 110000 | 100000 |
Color Harmonies of #2B4D7A
Complementary color
Monochromatic Colors of #2B4D7A
Black with #2B4D7A
Text Example
Text Example
White with #2B4D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D7A; }
p { color: rgb(43,77,122); }
H1.HeaderClassName
{
color: #2B4D7A;
}
.AnyTagClassName
{
color: #2B4D7A;
}
</style>
background-color css
<style>
a { background-color: #2B4D7A; }
a { background-color: rgb(43,77,122); }
div.DivClassName
{
background-color: #2B4D7A;
}
.BgClassName
{
background-color: #2B4D7A;
}
</style>
border-color css
<style>
span { border-color: #2B4D7A; }
span { border-color: rgb(43,77,122); }
td.TdClassName
{
border-color: #2B4D7A;
}
.TagClassName
{
border-color: #2B4D7A;
}
</style>