Shades of Persian Blue #213CED
Tints of Persian Blue #213CED
RGB
CMYK
RGB Variations
Color information
#213CED (or 0x213CED) is known color: Persian Blue. HEX triplet: 21, 3C and ED. RGB value is (33,60,237). Sum of RGB (Red+Green+Blue) = 33+60+237=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #213CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CED is #DEC312. Grayscale: #474747. Windows color (decimal): -14598931 or 15547425. OLE color: 15547425.
HSL color Cylindrical-coordinate representation of color #213CED: hue angle of 232.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CED is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 60 | 237 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.06º | 0.85% | 0.53% | - |
| HSV(B) | 232.06º | 0.86% | 0.93% | - |
| XYZ | 17.53 | 9.67 | 81.06 | - |
| YUV | 72.11 | 221.05 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 237 | 0.86 | 0.75 | 0 | 0.07 | 232.06 | 0.85 | 0.53 |
| Hex | 21 | 3C | ED | 56 | 4B | 0 | 7 | E8 | 55 | 35 |
| Octal | 41 | 74 | 355 | 126 | 113 | 0 | 7 | 350 | 125 | 65 |
| Binary | 100001 | 111100 | 11101101 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010101 | 110101 |
Color Harmonies of #213CED
Complementary color
Monochromatic Colors of #213CED
Black with #213CED
Text Example
Text Example
White with #213CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CED; }
p { color: rgb(33,60,237); }
H1.HeaderClassName
{
color: #213CED;
}
.AnyTagClassName
{
color: #213CED;
}
</style>
background-color css
<style>
a { background-color: #213CED; }
a { background-color: rgb(33,60,237); }
div.DivClassName
{
background-color: #213CED;
}
.BgClassName
{
background-color: #213CED;
}
</style>
border-color css
<style>
span { border-color: #213CED; }
span { border-color: rgb(33,60,237); }
td.TdClassName
{
border-color: #213CED;
}
.TagClassName
{
border-color: #213CED;
}
</style>