Shades of Regal Blue #2B4358
Tints of Regal Blue #2B4358
RGB
CMYK
RGB Variations
Color information
#2B4358 (or 0x2B4358) is known color: Regal Blue. HEX triplet: 2B, 43 and 58. RGB value is (43,67,88). Sum of RGB (Red+Green+Blue) = 43+67+88=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B4358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4358 is #D4BCA7. Grayscale: #3E3E3E. Windows color (decimal): -13941928 or 5784363. OLE color: 5784363.
HSL color Cylindrical-coordinate representation of color #2B4358: hue angle of 208º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4358 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 67 | 88 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.65 |
| HSL | 208º | 0.34% | 0.26% | - |
| HSV(B) | 208º | 0.51% | 0.35% | - |
| XYZ | 4.76 | 5.23 | 9.99 | - |
| YUV | 62.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 88 | 0.51 | 0.24 | 0 | 0.65 | 208 | 0.34 | 0.26 |
| Hex | 2B | 43 | 58 | 33 | 18 | 0 | 41 | D0 | 22 | 1A |
| Octal | 53 | 103 | 130 | 63 | 30 | 0 | 101 | 320 | 42 | 32 |
| Binary | 101011 | 1000011 | 1011000 | 110011 | 11000 | 0 | 1000001 | 11010000 | 100010 | 11010 |
Color Harmonies of #2B4358
Complementary color
Monochromatic Colors of #2B4358
Black with #2B4358
Text Example
Text Example
White with #2B4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4358; }
p { color: rgb(43,67,88); }
H1.HeaderClassName
{
color: #2B4358;
}
.AnyTagClassName
{
color: #2B4358;
}
</style>
background-color css
<style>
a { background-color: #2B4358; }
a { background-color: rgb(43,67,88); }
div.DivClassName
{
background-color: #2B4358;
}
.BgClassName
{
background-color: #2B4358;
}
</style>
border-color css
<style>
span { border-color: #2B4358; }
span { border-color: rgb(43,67,88); }
td.TdClassName
{
border-color: #2B4358;
}
.TagClassName
{
border-color: #2B4358;
}
</style>