Shades of Regal Blue #264058
Tints of Regal Blue #264058
RGB
CMYK
RGB Variations
Color information
#264058 (or 0x264058) is known color: Regal Blue. HEX triplet: 26, 40 and 58. RGB value is (38,64,88). Sum of RGB (Red+Green+Blue) = 38+64+88=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #264058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264058 is #D9BFA7. Grayscale: #3A3A3A. Windows color (decimal): -14270376 or 5783590. OLE color: 5783590.
HSL color Cylindrical-coordinate representation of color #264058: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264058 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 64 | 88 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.65 |
| HSL | 208.8º | 0.4% | 0.25% | - |
| HSV(B) | 208.8º | 0.57% | 0.35% | - |
| XYZ | 4.39 | 4.78 | 9.92 | - |
| YUV | 58.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 88 | 0.57 | 0.27 | 0 | 0.65 | 208.8 | 0.4 | 0.25 |
| Hex | 26 | 40 | 58 | 39 | 1B | 0 | 41 | D1 | 28 | 19 |
| Octal | 46 | 100 | 130 | 71 | 33 | 0 | 101 | 321 | 50 | 31 |
| Binary | 100110 | 1000000 | 1011000 | 111001 | 11011 | 0 | 1000001 | 11010001 | 101000 | 11001 |
Color Harmonies of #264058
Complementary color
Monochromatic Colors of #264058
Black with #264058
Text Example
Text Example
White with #264058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264058; }
p { color: rgb(38,64,88); }
H1.HeaderClassName
{
color: #264058;
}
.AnyTagClassName
{
color: #264058;
}
</style>
background-color css
<style>
a { background-color: #264058; }
a { background-color: rgb(38,64,88); }
div.DivClassName
{
background-color: #264058;
}
.BgClassName
{
background-color: #264058;
}
</style>
border-color css
<style>
span { border-color: #264058; }
span { border-color: rgb(38,64,88); }
td.TdClassName
{
border-color: #264058;
}
.TagClassName
{
border-color: #264058;
}
</style>