Shades of Regal Blue #21405C
Tints of Regal Blue #21405C
RGB
CMYK
RGB Variations
Color information
#21405C (or 0x21405C) is known color: Regal Blue. HEX triplet: 21, 40 and 5C. RGB value is (33,64,92). Sum of RGB (Red+Green+Blue) = 33+64+92=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #21405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405C is #DEBFA3. Grayscale: #393939. Windows color (decimal): -14598052 or 6045729. OLE color: 6045729.
HSL color Cylindrical-coordinate representation of color #21405C: hue angle of 208.47º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21405C is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 64 | 92 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.64 |
| HSL | 208.47º | 0.47% | 0.25% | - |
| HSV(B) | 208.47º | 0.64% | 0.36% | - |
| XYZ | 4.39 | 4.76 | 10.81 | - |
| YUV | 57.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 92 | 0.64 | 0.30 | 0 | 0.64 | 208.47 | 0.47 | 0.25 |
| Hex | 21 | 40 | 5C | 40 | 1E | 0 | 40 | D0 | 2F | 19 |
| Octal | 41 | 100 | 134 | 100 | 36 | 0 | 100 | 320 | 57 | 31 |
| Binary | 100001 | 1000000 | 1011100 | 1000000 | 11110 | 0 | 1000000 | 11010000 | 101111 | 11001 |
Color Harmonies of #21405C
Complementary color
Monochromatic Colors of #21405C
Black with #21405C
Text Example
Text Example
White with #21405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21405C; }
p { color: rgb(33,64,92); }
H1.HeaderClassName
{
color: #21405C;
}
.AnyTagClassName
{
color: #21405C;
}
</style>
background-color css
<style>
a { background-color: #21405C; }
a { background-color: rgb(33,64,92); }
div.DivClassName
{
background-color: #21405C;
}
.BgClassName
{
background-color: #21405C;
}
</style>
border-color css
<style>
span { border-color: #21405C; }
span { border-color: rgb(33,64,92); }
td.TdClassName
{
border-color: #21405C;
}
.TagClassName
{
border-color: #21405C;
}
</style>