Shades of Regal Blue #26425E
Tints of Regal Blue #26425E
RGB
CMYK
RGB Variations
Color information
#26425E (or 0x26425E) is known color: Regal Blue. HEX triplet: 26, 42 and 5E. RGB value is (38,66,94). Sum of RGB (Red+Green+Blue) = 38+66+94=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #26425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26425E is #D9BDA1. Grayscale: #3C3C3C. Windows color (decimal): -14269858 or 6177318. OLE color: 6177318.
HSL color Cylindrical-coordinate representation of color #26425E: hue angle of 210º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26425E is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 66 | 94 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.63 |
| HSL | 210º | 0.42% | 0.26% | - |
| HSV(B) | 210º | 0.6% | 0.37% | - |
| XYZ | 4.77 | 5.12 | 11.33 | - |
| YUV | 60.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 94 | 0.60 | 0.30 | 0 | 0.63 | 210 | 0.42 | 0.26 |
| Hex | 26 | 42 | 5E | 3C | 1E | 0 | 3F | D2 | 2A | 1A |
| Octal | 46 | 102 | 136 | 74 | 36 | 0 | 77 | 322 | 52 | 32 |
| Binary | 100110 | 1000010 | 1011110 | 111100 | 11110 | 0 | 111111 | 11010010 | 101010 | 11010 |
Color Harmonies of #26425E
Complementary color
Monochromatic Colors of #26425E
Black with #26425E
Text Example
Text Example
White with #26425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26425E; }
p { color: rgb(38,66,94); }
H1.HeaderClassName
{
color: #26425E;
}
.AnyTagClassName
{
color: #26425E;
}
</style>
background-color css
<style>
a { background-color: #26425E; }
a { background-color: rgb(38,66,94); }
div.DivClassName
{
background-color: #26425E;
}
.BgClassName
{
background-color: #26425E;
}
</style>
border-color css
<style>
span { border-color: #26425E; }
span { border-color: rgb(38,66,94); }
td.TdClassName
{
border-color: #26425E;
}
.TagClassName
{
border-color: #26425E;
}
</style>