Shades of Regal Blue #214367
Tints of Regal Blue #214367
RGB
CMYK
RGB Variations
Color information
#214367 (or 0x214367) is known color: Regal Blue. HEX triplet: 21, 43 and 67. RGB value is (33,67,103). Sum of RGB (Red+Green+Blue) = 33+67+103=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #214367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214367 is #DEBC98. Grayscale: #3C3C3C. Windows color (decimal): -14597273 or 6767393. OLE color: 6767393.
HSL color Cylindrical-coordinate representation of color #214367: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214367 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 67 | 103 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.60 |
| HSL | 210.86º | 0.51% | 0.27% | - |
| HSV(B) | 210.86º | 0.68% | 0.4% | - |
| XYZ | 5.08 | 5.32 | 13.59 | - |
| YUV | 60.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 103 | 0.68 | 0.35 | 0 | 0.60 | 210.86 | 0.51 | 0.27 |
| Hex | 21 | 43 | 67 | 44 | 23 | 0 | 3C | D3 | 33 | 1B |
| Octal | 41 | 103 | 147 | 104 | 43 | 0 | 74 | 323 | 63 | 33 |
| Binary | 100001 | 1000011 | 1100111 | 1000100 | 100011 | 0 | 111100 | 11010011 | 110011 | 11011 |
Color Harmonies of #214367
Complementary color
Monochromatic Colors of #214367
Black with #214367
Text Example
Text Example
White with #214367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214367; }
p { color: rgb(33,67,103); }
H1.HeaderClassName
{
color: #214367;
}
.AnyTagClassName
{
color: #214367;
}
</style>
background-color css
<style>
a { background-color: #214367; }
a { background-color: rgb(33,67,103); }
div.DivClassName
{
background-color: #214367;
}
.BgClassName
{
background-color: #214367;
}
</style>
border-color css
<style>
span { border-color: #214367; }
span { border-color: rgb(33,67,103); }
td.TdClassName
{
border-color: #214367;
}
.TagClassName
{
border-color: #214367;
}
</style>