Shades of Regal Blue #213E5C
Tints of Regal Blue #213E5C
RGB
CMYK
RGB Variations
Color information
#213E5C (or 0x213E5C) is known color: Regal Blue. HEX triplet: 21, 3E and 5C. RGB value is (33,62,92). Sum of RGB (Red+Green+Blue) = 33+62+92=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #213E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E5C is #DEC1A3. Grayscale: #383838. Windows color (decimal): -14598564 or 6045217. OLE color: 6045217.
HSL color Cylindrical-coordinate representation of color #213E5C: hue angle of 210.51º 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 #213E5C is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 62 | 92 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.64 |
| HSL | 210.51º | 0.47% | 0.25% | - |
| HSV(B) | 210.51º | 0.64% | 0.36% | - |
| XYZ | 4.28 | 4.54 | 10.78 | - |
| YUV | 56.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 92 | 0.64 | 0.33 | 0 | 0.64 | 210.51 | 0.47 | 0.25 |
| Hex | 21 | 3E | 5C | 40 | 21 | 0 | 40 | D3 | 2F | 19 |
| Octal | 41 | 76 | 134 | 100 | 41 | 0 | 100 | 323 | 57 | 31 |
| Binary | 100001 | 111110 | 1011100 | 1000000 | 100001 | 0 | 1000000 | 11010011 | 101111 | 11001 |
Color Harmonies of #213E5C
Complementary color
Monochromatic Colors of #213E5C
Black with #213E5C
Text Example
Text Example
White with #213E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E5C; }
p { color: rgb(33,62,92); }
H1.HeaderClassName
{
color: #213E5C;
}
.AnyTagClassName
{
color: #213E5C;
}
</style>
background-color css
<style>
a { background-color: #213E5C; }
a { background-color: rgb(33,62,92); }
div.DivClassName
{
background-color: #213E5C;
}
.BgClassName
{
background-color: #213E5C;
}
</style>
border-color css
<style>
span { border-color: #213E5C; }
span { border-color: rgb(33,62,92); }
td.TdClassName
{
border-color: #213E5C;
}
.TagClassName
{
border-color: #213E5C;
}
</style>