Shades of Regal Blue #264054
Tints of Regal Blue #264054
RGB
CMYK
RGB Variations
Color information
#264054 (or 0x264054) is known color: Regal Blue. HEX triplet: 26, 40 and 54. RGB value is (38,64,84). Sum of RGB (Red+Green+Blue) = 38+64+84=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #264054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264054 is #D9BFAB. Grayscale: #3A3A3A. Windows color (decimal): -14270380 or 5521446. OLE color: 5521446.
HSL color Cylindrical-coordinate representation of color #264054: hue angle of 206.09º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264054 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 64 | 84 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.67 |
| HSL | 206.09º | 0.38% | 0.24% | - |
| HSV(B) | 206.09º | 0.55% | 0.33% | - |
| XYZ | 4.23 | 4.72 | 9.08 | - |
| YUV | 58.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 84 | 0.55 | 0.24 | 0 | 0.67 | 206.09 | 0.38 | 0.24 |
| Hex | 26 | 40 | 54 | 37 | 18 | 0 | 43 | CE | 26 | 18 |
| Octal | 46 | 100 | 124 | 67 | 30 | 0 | 103 | 316 | 46 | 30 |
| Binary | 100110 | 1000000 | 1010100 | 110111 | 11000 | 0 | 1000011 | 11001110 | 100110 | 11000 |
Color Harmonies of #264054
Complementary color
Monochromatic Colors of #264054
Black with #264054
Text Example
Text Example
White with #264054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264054; }
p { color: rgb(38,64,84); }
H1.HeaderClassName
{
color: #264054;
}
.AnyTagClassName
{
color: #264054;
}
</style>
background-color css
<style>
a { background-color: #264054; }
a { background-color: rgb(38,64,84); }
div.DivClassName
{
background-color: #264054;
}
.BgClassName
{
background-color: #264054;
}
</style>
border-color css
<style>
span { border-color: #264054; }
span { border-color: rgb(38,64,84); }
td.TdClassName
{
border-color: #264054;
}
.TagClassName
{
border-color: #264054;
}
</style>