Shades of Persian Blue #213CCF
Tints of Persian Blue #213CCF
RGB
CMYK
RGB Variations
Color information
#213CCF (or 0x213CCF) is known color: Persian Blue. HEX triplet: 21, 3C and CF. RGB value is (33,60,207). Sum of RGB (Red+Green+Blue) = 33+60+207=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #213CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CCF is #DEC330. Grayscale: #444444. Windows color (decimal): -14598961 or 13581345. OLE color: 13581345.
HSL color Cylindrical-coordinate representation of color #213CCF: hue angle of 230.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213CCF is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 60 | 207 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.19 |
| HSL | 230.69º | 0.73% | 0.47% | - |
| HSV(B) | 230.69º | 0.84% | 0.81% | - |
| XYZ | 13.51 | 8.06 | 59.88 | - |
| YUV | 68.69 | 206.05 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 207 | 0.84 | 0.71 | 0 | 0.19 | 230.69 | 0.73 | 0.47 |
| Hex | 21 | 3C | CF | 54 | 47 | 0 | 13 | E7 | 48 | 2F |
| Octal | 41 | 74 | 317 | 124 | 107 | 0 | 23 | 347 | 110 | 57 |
| Binary | 100001 | 111100 | 11001111 | 1010100 | 1000111 | 0 | 10011 | 11100111 | 1001000 | 101111 |
Color Harmonies of #213CCF
Complementary color
Monochromatic Colors of #213CCF
Black with #213CCF
Text Example
Text Example
White with #213CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CCF; }
p { color: rgb(33,60,207); }
H1.HeaderClassName
{
color: #213CCF;
}
.AnyTagClassName
{
color: #213CCF;
}
</style>
background-color css
<style>
a { background-color: #213CCF; }
a { background-color: rgb(33,60,207); }
div.DivClassName
{
background-color: #213CCF;
}
.BgClassName
{
background-color: #213CCF;
}
</style>
border-color css
<style>
span { border-color: #213CCF; }
span { border-color: rgb(33,60,207); }
td.TdClassName
{
border-color: #213CCF;
}
.TagClassName
{
border-color: #213CCF;
}
</style>