Shades of Regal Blue #2A4054
Tints of Regal Blue #2A4054
RGB
CMYK
RGB Variations
Color information
#2A4054 (or 0x2A4054) is known color: Regal Blue. HEX triplet: 2A, 40 and 54. RGB value is (42,64,84). Sum of RGB (Red+Green+Blue) = 42+64+84=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4054 is #D5BFAB. Grayscale: #3B3B3B. Windows color (decimal): -14008236 or 5521450. OLE color: 5521450.
HSL color Cylindrical-coordinate representation of color #2A4054: hue angle of 208.57º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A4054 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 64 | 84 | - |
| CMYK | 0.5 | 0.24 | 0 | 0.67 |
| HSL | 208.57º | 0.33% | 0.25% | - |
| HSV(B) | 208.57º | 0.5% | 0.33% | - |
| XYZ | 4.39 | 4.8 | 9.08 | - |
| YUV | 59.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 84 | 0.5 | 0.24 | 0 | 0.67 | 208.57 | 0.33 | 0.25 |
| Hex | 2A | 40 | 54 | 32 | 18 | 0 | 43 | D1 | 21 | 19 |
| Octal | 52 | 100 | 124 | 62 | 30 | 0 | 103 | 321 | 41 | 31 |
| Binary | 101010 | 1000000 | 1010100 | 110010 | 11000 | 0 | 1000011 | 11010001 | 100001 | 11001 |
Color Harmonies of #2A4054
Complementary color
Monochromatic Colors of #2A4054
Black with #2A4054
Text Example
Text Example
White with #2A4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4054; }
p { color: rgb(42,64,84); }
H1.HeaderClassName
{
color: #2A4054;
}
.AnyTagClassName
{
color: #2A4054;
}
</style>
background-color css
<style>
a { background-color: #2A4054; }
a { background-color: rgb(42,64,84); }
div.DivClassName
{
background-color: #2A4054;
}
.BgClassName
{
background-color: #2A4054;
}
</style>
border-color css
<style>
span { border-color: #2A4054; }
span { border-color: rgb(42,64,84); }
td.TdClassName
{
border-color: #2A4054;
}
.TagClassName
{
border-color: #2A4054;
}
</style>