Shades of Regal Blue #21425E
Tints of Regal Blue #21425E
RGB
CMYK
RGB Variations
Color information
#21425E (or 0x21425E) is known color: Regal Blue. HEX triplet: 21, 42 and 5E. RGB value is (33,66,94). Sum of RGB (Red+Green+Blue) = 33+66+94=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #21425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21425E is #DEBDA1. Grayscale: #3B3B3B. Windows color (decimal): -14597538 or 6177313. OLE color: 6177313.
HSL color Cylindrical-coordinate representation of color #21425E: hue angle of 207.54º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21425E is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 66 | 94 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.63 |
| HSL | 207.54º | 0.48% | 0.25% | - |
| HSV(B) | 207.54º | 0.65% | 0.37% | - |
| XYZ | 4.6 | 5.03 | 11.32 | - |
| YUV | 59.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 94 | 0.65 | 0.30 | 0 | 0.63 | 207.54 | 0.48 | 0.25 |
| Hex | 21 | 42 | 5E | 41 | 1E | 0 | 3F | D0 | 30 | 19 |
| Octal | 41 | 102 | 136 | 101 | 36 | 0 | 77 | 320 | 60 | 31 |
| Binary | 100001 | 1000010 | 1011110 | 1000001 | 11110 | 0 | 111111 | 11010000 | 110000 | 11001 |
Color Harmonies of #21425E
Complementary color
Monochromatic Colors of #21425E
Black with #21425E
Text Example
Text Example
White with #21425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21425E; }
p { color: rgb(33,66,94); }
H1.HeaderClassName
{
color: #21425E;
}
.AnyTagClassName
{
color: #21425E;
}
</style>
background-color css
<style>
a { background-color: #21425E; }
a { background-color: rgb(33,66,94); }
div.DivClassName
{
background-color: #21425E;
}
.BgClassName
{
background-color: #21425E;
}
</style>
border-color css
<style>
span { border-color: #21425E; }
span { border-color: rgb(33,66,94); }
td.TdClassName
{
border-color: #21425E;
}
.TagClassName
{
border-color: #21425E;
}
</style>