Shades of Regal Blue #2B4257
Tints of Regal Blue #2B4257
RGB
CMYK
RGB Variations
Color information
#2B4257 (or 0x2B4257) is known color: Regal Blue. HEX triplet: 2B, 42 and 57. RGB value is (43,66,87). Sum of RGB (Red+Green+Blue) = 43+66+87=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4257 is #D4BDA8. Grayscale: #3D3D3D. Windows color (decimal): -13942185 or 5718571. OLE color: 5718571.
HSL color Cylindrical-coordinate representation of color #2B4257: hue angle of 208.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4257 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 66 | 87 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.66 |
| HSL | 208.64º | 0.34% | 0.25% | - |
| HSV(B) | 208.64º | 0.51% | 0.34% | - |
| XYZ | 4.66 | 5.1 | 9.76 | - |
| YUV | 61.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 87 | 0.51 | 0.24 | 0 | 0.66 | 208.64 | 0.34 | 0.25 |
| Hex | 2B | 42 | 57 | 33 | 18 | 0 | 42 | D1 | 22 | 19 |
| Octal | 53 | 102 | 127 | 63 | 30 | 0 | 102 | 321 | 42 | 31 |
| Binary | 101011 | 1000010 | 1010111 | 110011 | 11000 | 0 | 1000010 | 11010001 | 100010 | 11001 |
Color Harmonies of #2B4257
Complementary color
Monochromatic Colors of #2B4257
Black with #2B4257
Text Example
Text Example
White with #2B4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4257; }
p { color: rgb(43,66,87); }
H1.HeaderClassName
{
color: #2B4257;
}
.AnyTagClassName
{
color: #2B4257;
}
</style>
background-color css
<style>
a { background-color: #2B4257; }
a { background-color: rgb(43,66,87); }
div.DivClassName
{
background-color: #2B4257;
}
.BgClassName
{
background-color: #2B4257;
}
</style>
border-color css
<style>
span { border-color: #2B4257; }
span { border-color: rgb(43,66,87); }
td.TdClassName
{
border-color: #2B4257;
}
.TagClassName
{
border-color: #2B4257;
}
</style>