Shades of Persian Blue #213CDF
Tints of Persian Blue #213CDF
RGB
CMYK
RGB Variations
Color information
#213CDF (or 0x213CDF) is known color: Persian Blue. HEX triplet: 21, 3C and DF. RGB value is (33,60,223). Sum of RGB (Red+Green+Blue) = 33+60+223=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #213CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CDF is #DEC320. Grayscale: #454545. Windows color (decimal): -14598945 or 14629921. OLE color: 14629921.
HSL color Cylindrical-coordinate representation of color #213CDF: hue angle of 231.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213CDF is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 60 | 223 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.13 |
| HSL | 231.47º | 0.75% | 0.5% | - |
| HSV(B) | 231.47º | 0.85% | 0.87% | - |
| XYZ | 15.56 | 8.88 | 70.71 | - |
| YUV | 70.51 | 214.05 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 223 | 0.85 | 0.73 | 0 | 0.13 | 231.47 | 0.75 | 0.5 |
| Hex | 21 | 3C | DF | 55 | 49 | 0 | D | E7 | 4B | 32 |
| Octal | 41 | 74 | 337 | 125 | 111 | 0 | 15 | 347 | 113 | 62 |
| Binary | 100001 | 111100 | 11011111 | 1010101 | 1001001 | 0 | 1101 | 11100111 | 1001011 | 110010 |
Color Harmonies of #213CDF
Complementary color
Monochromatic Colors of #213CDF
Black with #213CDF
Text Example
Text Example
White with #213CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CDF; }
p { color: rgb(33,60,223); }
H1.HeaderClassName
{
color: #213CDF;
}
.AnyTagClassName
{
color: #213CDF;
}
</style>
background-color css
<style>
a { background-color: #213CDF; }
a { background-color: rgb(33,60,223); }
div.DivClassName
{
background-color: #213CDF;
}
.BgClassName
{
background-color: #213CDF;
}
</style>
border-color css
<style>
span { border-color: #213CDF; }
span { border-color: rgb(33,60,223); }
td.TdClassName
{
border-color: #213CDF;
}
.TagClassName
{
border-color: #213CDF;
}
</style>