Shades of Regal Blue #2B4255
Tints of Regal Blue #2B4255
RGB
CMYK
RGB Variations
Color information
#2B4255 (or 0x2B4255) is known color: Regal Blue. HEX triplet: 2B, 42 and 55. RGB value is (43,66,85). Sum of RGB (Red+Green+Blue) = 43+66+85=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B4255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4255 is #D4BDAA. Grayscale: #3D3D3D. Windows color (decimal): -13942187 or 5587499. OLE color: 5587499.
HSL color Cylindrical-coordinate representation of color #2B4255: hue angle of 207.14º degrees, saturation: 0.33, 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 #2B4255 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 66 | 85 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.67 |
| HSL | 207.14º | 0.33% | 0.25% | - |
| HSV(B) | 207.14º | 0.49% | 0.33% | - |
| XYZ | 4.58 | 5.07 | 9.33 | - |
| YUV | 61.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 85 | 0.49 | 0.22 | 0 | 0.67 | 207.14 | 0.33 | 0.25 |
| Hex | 2B | 42 | 55 | 31 | 16 | 0 | 43 | CF | 21 | 19 |
| Octal | 53 | 102 | 125 | 61 | 26 | 0 | 103 | 317 | 41 | 31 |
| Binary | 101011 | 1000010 | 1010101 | 110001 | 10110 | 0 | 1000011 | 11001111 | 100001 | 11001 |
Color Harmonies of #2B4255
Complementary color
Monochromatic Colors of #2B4255
Black with #2B4255
Text Example
Text Example
White with #2B4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4255; }
p { color: rgb(43,66,85); }
H1.HeaderClassName
{
color: #2B4255;
}
.AnyTagClassName
{
color: #2B4255;
}
</style>
background-color css
<style>
a { background-color: #2B4255; }
a { background-color: rgb(43,66,85); }
div.DivClassName
{
background-color: #2B4255;
}
.BgClassName
{
background-color: #2B4255;
}
</style>
border-color css
<style>
span { border-color: #2B4255; }
span { border-color: rgb(43,66,85); }
td.TdClassName
{
border-color: #2B4255;
}
.TagClassName
{
border-color: #2B4255;
}
</style>