Shades of Regal Blue #21445F
Tints of Regal Blue #21445F
RGB
CMYK
RGB Variations
Color information
#21445F (or 0x21445F) is known color: Regal Blue. HEX triplet: 21, 44 and 5F. RGB value is (33,68,95). Sum of RGB (Red+Green+Blue) = 33+68+95=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #21445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445F is #DEBBA0. Grayscale: #3C3C3C. Windows color (decimal): -14597025 or 6243361. OLE color: 6243361.
HSL color Cylindrical-coordinate representation of color #21445F: hue angle of 206.13º 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 #21445F is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 68 | 95 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.63 |
| HSL | 206.13º | 0.48% | 0.25% | - |
| HSV(B) | 206.13º | 0.65% | 0.37% | - |
| XYZ | 4.76 | 5.28 | 11.6 | - |
| YUV | 60.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 95 | 0.65 | 0.28 | 0 | 0.63 | 206.13 | 0.48 | 0.25 |
| Hex | 21 | 44 | 5F | 41 | 1C | 0 | 3F | CE | 30 | 19 |
| Octal | 41 | 104 | 137 | 101 | 34 | 0 | 77 | 316 | 60 | 31 |
| Binary | 100001 | 1000100 | 1011111 | 1000001 | 11100 | 0 | 111111 | 11001110 | 110000 | 11001 |
Color Harmonies of #21445F
Complementary color
Monochromatic Colors of #21445F
Black with #21445F
Text Example
Text Example
White with #21445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21445F; }
p { color: rgb(33,68,95); }
H1.HeaderClassName
{
color: #21445F;
}
.AnyTagClassName
{
color: #21445F;
}
</style>
background-color css
<style>
a { background-color: #21445F; }
a { background-color: rgb(33,68,95); }
div.DivClassName
{
background-color: #21445F;
}
.BgClassName
{
background-color: #21445F;
}
</style>
border-color css
<style>
span { border-color: #21445F; }
span { border-color: rgb(33,68,95); }
td.TdClassName
{
border-color: #21445F;
}
.TagClassName
{
border-color: #21445F;
}
</style>