Shades of Regal Blue #21435E
Tints of Regal Blue #21435E
RGB
CMYK
RGB Variations
Color information
#21435E (or 0x21435E) is known color: Regal Blue. HEX triplet: 21, 43 and 5E. RGB value is (33,67,94). Sum of RGB (Red+Green+Blue) = 33+67+94=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #21435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21435E is #DEBCA1. Grayscale: #3B3B3B. Windows color (decimal): -14597282 or 6177569. OLE color: 6177569.
HSL color Cylindrical-coordinate representation of color #21435E: hue angle of 206.56º 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 #21435E is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 67 | 94 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.63 |
| HSL | 206.56º | 0.48% | 0.25% | - |
| HSV(B) | 206.56º | 0.65% | 0.37% | - |
| XYZ | 4.65 | 5.15 | 11.34 | - |
| YUV | 59.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 94 | 0.65 | 0.29 | 0 | 0.63 | 206.56 | 0.48 | 0.25 |
| Hex | 21 | 43 | 5E | 41 | 1D | 0 | 3F | CF | 30 | 19 |
| Octal | 41 | 103 | 136 | 101 | 35 | 0 | 77 | 317 | 60 | 31 |
| Binary | 100001 | 1000011 | 1011110 | 1000001 | 11101 | 0 | 111111 | 11001111 | 110000 | 11001 |
Color Harmonies of #21435E
Complementary color
Monochromatic Colors of #21435E
Black with #21435E
Text Example
Text Example
White with #21435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21435E; }
p { color: rgb(33,67,94); }
H1.HeaderClassName
{
color: #21435E;
}
.AnyTagClassName
{
color: #21435E;
}
</style>
background-color css
<style>
a { background-color: #21435E; }
a { background-color: rgb(33,67,94); }
div.DivClassName
{
background-color: #21435E;
}
.BgClassName
{
background-color: #21435E;
}
</style>
border-color css
<style>
span { border-color: #21435E; }
span { border-color: rgb(33,67,94); }
td.TdClassName
{
border-color: #21435E;
}
.TagClassName
{
border-color: #21435E;
}
</style>