Shades of Regal Blue #213E5B
Tints of Regal Blue #213E5B
RGB
CMYK
RGB Variations
Color information
#213E5B (or 0x213E5B) is known color: Regal Blue. HEX triplet: 21, 3E and 5B. RGB value is (33,62,91). Sum of RGB (Red+Green+Blue) = 33+62+91=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #213E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E5B is #DEC1A4. Grayscale: #383838. Windows color (decimal): -14598565 or 5979681. OLE color: 5979681.
HSL color Cylindrical-coordinate representation of color #213E5B: hue angle of 210º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #213E5B is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 62 | 91 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.64 |
| HSL | 210º | 0.47% | 0.24% | - |
| HSV(B) | 210º | 0.64% | 0.36% | - |
| XYZ | 4.24 | 4.52 | 10.55 | - |
| YUV | 56.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 91 | 0.64 | 0.32 | 0 | 0.64 | 210 | 0.47 | 0.24 |
| Hex | 21 | 3E | 5B | 40 | 20 | 0 | 40 | D2 | 2F | 18 |
| Octal | 41 | 76 | 133 | 100 | 40 | 0 | 100 | 322 | 57 | 30 |
| Binary | 100001 | 111110 | 1011011 | 1000000 | 100000 | 0 | 1000000 | 11010010 | 101111 | 11000 |
Color Harmonies of #213E5B
Complementary color
Monochromatic Colors of #213E5B
Black with #213E5B
Text Example
Text Example
White with #213E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E5B; }
p { color: rgb(33,62,91); }
H1.HeaderClassName
{
color: #213E5B;
}
.AnyTagClassName
{
color: #213E5B;
}
</style>
background-color css
<style>
a { background-color: #213E5B; }
a { background-color: rgb(33,62,91); }
div.DivClassName
{
background-color: #213E5B;
}
.BgClassName
{
background-color: #213E5B;
}
</style>
border-color css
<style>
span { border-color: #213E5B; }
span { border-color: rgb(33,62,91); }
td.TdClassName
{
border-color: #213E5B;
}
.TagClassName
{
border-color: #213E5B;
}
</style>