Shades of Regal Blue #2B4154
Tints of Regal Blue #2B4154
RGB
CMYK
RGB Variations
Color information
#2B4154 (or 0x2B4154) is known color: Regal Blue. HEX triplet: 2B, 41 and 54. RGB value is (43,65,84). Sum of RGB (Red+Green+Blue) = 43+65+84=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4154 is #D4BEAB. Grayscale: #3C3C3C. Windows color (decimal): -13942444 or 5521707. OLE color: 5521707.
HSL color Cylindrical-coordinate representation of color #2B4154: hue angle of 207.8º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B4154 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 65 | 84 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.67 |
| HSL | 207.8º | 0.32% | 0.25% | - |
| HSV(B) | 207.8º | 0.49% | 0.33% | - |
| XYZ | 4.49 | 4.93 | 9.1 | - |
| YUV | 60.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 84 | 0.49 | 0.23 | 0 | 0.67 | 207.8 | 0.32 | 0.25 |
| Hex | 2B | 41 | 54 | 31 | 17 | 0 | 43 | D0 | 20 | 19 |
| Octal | 53 | 101 | 124 | 61 | 27 | 0 | 103 | 320 | 40 | 31 |
| Binary | 101011 | 1000001 | 1010100 | 110001 | 10111 | 0 | 1000011 | 11010000 | 100000 | 11001 |
Color Harmonies of #2B4154
Complementary color
Monochromatic Colors of #2B4154
Black with #2B4154
Text Example
Text Example
White with #2B4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4154; }
p { color: rgb(43,65,84); }
H1.HeaderClassName
{
color: #2B4154;
}
.AnyTagClassName
{
color: #2B4154;
}
</style>
background-color css
<style>
a { background-color: #2B4154; }
a { background-color: rgb(43,65,84); }
div.DivClassName
{
background-color: #2B4154;
}
.BgClassName
{
background-color: #2B4154;
}
</style>
border-color css
<style>
span { border-color: #2B4154; }
span { border-color: rgb(43,65,84); }
td.TdClassName
{
border-color: #2B4154;
}
.TagClassName
{
border-color: #2B4154;
}
</style>