Shades of Regal Blue #2B4359
Tints of Regal Blue #2B4359
RGB
CMYK
RGB Variations
Color information
#2B4359 (or 0x2B4359) is known color: Regal Blue. HEX triplet: 2B, 43 and 59. RGB value is (43,67,89). Sum of RGB (Red+Green+Blue) = 43+67+89=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4359 is #D4BCA6. Grayscale: #3E3E3E. Windows color (decimal): -13941927 or 5849899. OLE color: 5849899.
HSL color Cylindrical-coordinate representation of color #2B4359: hue angle of 208.7º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B4359 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 67 | 89 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.65 |
| HSL | 208.7º | 0.35% | 0.26% | - |
| HSV(B) | 208.7º | 0.52% | 0.35% | - |
| XYZ | 4.81 | 5.25 | 10.21 | - |
| YUV | 62.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 89 | 0.52 | 0.25 | 0 | 0.65 | 208.7 | 0.35 | 0.26 |
| Hex | 2B | 43 | 59 | 34 | 19 | 0 | 41 | D1 | 23 | 1A |
| Octal | 53 | 103 | 131 | 64 | 31 | 0 | 101 | 321 | 43 | 32 |
| Binary | 101011 | 1000011 | 1011001 | 110100 | 11001 | 0 | 1000001 | 11010001 | 100011 | 11010 |
Color Harmonies of #2B4359
Complementary color
Monochromatic Colors of #2B4359
Black with #2B4359
Text Example
Text Example
White with #2B4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4359; }
p { color: rgb(43,67,89); }
H1.HeaderClassName
{
color: #2B4359;
}
.AnyTagClassName
{
color: #2B4359;
}
</style>
background-color css
<style>
a { background-color: #2B4359; }
a { background-color: rgb(43,67,89); }
div.DivClassName
{
background-color: #2B4359;
}
.BgClassName
{
background-color: #2B4359;
}
</style>
border-color css
<style>
span { border-color: #2B4359; }
span { border-color: rgb(43,67,89); }
td.TdClassName
{
border-color: #2B4359;
}
.TagClassName
{
border-color: #2B4359;
}
</style>