Shades of Regal Blue #284054
Tints of Regal Blue #284054
RGB
CMYK
RGB Variations
Color information
#284054 (or 0x284054) is known color: Regal Blue. HEX triplet: 28, 40 and 54. RGB value is (40,64,84). Sum of RGB (Red+Green+Blue) = 40+64+84=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #284054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284054 is #D7BFAB. Grayscale: #3B3B3B. Windows color (decimal): -14139308 or 5521448. OLE color: 5521448.
HSL color Cylindrical-coordinate representation of color #284054: hue angle of 207.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284054 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 64 | 84 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.67 |
| HSL | 207.27º | 0.35% | 0.24% | - |
| HSV(B) | 207.27º | 0.52% | 0.33% | - |
| XYZ | 4.31 | 4.76 | 9.08 | - |
| YUV | 59.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 84 | 0.52 | 0.24 | 0 | 0.67 | 207.27 | 0.35 | 0.24 |
| Hex | 28 | 40 | 54 | 34 | 18 | 0 | 43 | CF | 23 | 18 |
| Octal | 50 | 100 | 124 | 64 | 30 | 0 | 103 | 317 | 43 | 30 |
| Binary | 101000 | 1000000 | 1010100 | 110100 | 11000 | 0 | 1000011 | 11001111 | 100011 | 11000 |
Color Harmonies of #284054
Complementary color
Monochromatic Colors of #284054
Black with #284054
Text Example
Text Example
White with #284054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284054; }
p { color: rgb(40,64,84); }
H1.HeaderClassName
{
color: #284054;
}
.AnyTagClassName
{
color: #284054;
}
</style>
background-color css
<style>
a { background-color: #284054; }
a { background-color: rgb(40,64,84); }
div.DivClassName
{
background-color: #284054;
}
.BgClassName
{
background-color: #284054;
}
</style>
border-color css
<style>
span { border-color: #284054; }
span { border-color: rgb(40,64,84); }
td.TdClassName
{
border-color: #284054;
}
.TagClassName
{
border-color: #284054;
}
</style>