Shades of Persian Blue #213FCC
Tints of Persian Blue #213FCC
RGB
CMYK
RGB Variations
Color information
#213FCC (or 0x213FCC) is known color: Persian Blue. HEX triplet: 21, 3F and CC. RGB value is (33,63,204). Sum of RGB (Red+Green+Blue) = 33+63+204=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #213FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FCC is #DEC033. Grayscale: #454545. Windows color (decimal): -14598196 or 13385505. OLE color: 13385505.
HSL color Cylindrical-coordinate representation of color #213FCC: hue angle of 229.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213FCC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 63 | 204 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.2 |
| HSL | 229.47º | 0.72% | 0.46% | - |
| HSV(B) | 229.47º | 0.84% | 0.8% | - |
| XYZ | 13.3 | 8.24 | 58.02 | - |
| YUV | 70.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 204 | 0.84 | 0.69 | 0 | 0.2 | 229.47 | 0.72 | 0.46 |
| Hex | 21 | 3F | CC | 54 | 45 | 0 | 14 | E5 | 48 | 2E |
| Octal | 41 | 77 | 314 | 124 | 105 | 0 | 24 | 345 | 110 | 56 |
| Binary | 100001 | 111111 | 11001100 | 1010100 | 1000101 | 0 | 10100 | 11100101 | 1001000 | 101110 |
Color Harmonies of #213FCC
Complementary color
Monochromatic Colors of #213FCC
Black with #213FCC
Text Example
Text Example
White with #213FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FCC; }
p { color: rgb(33,63,204); }
H1.HeaderClassName
{
color: #213FCC;
}
.AnyTagClassName
{
color: #213FCC;
}
</style>
background-color css
<style>
a { background-color: #213FCC; }
a { background-color: rgb(33,63,204); }
div.DivClassName
{
background-color: #213FCC;
}
.BgClassName
{
background-color: #213FCC;
}
</style>
border-color css
<style>
span { border-color: #213FCC; }
span { border-color: rgb(33,63,204); }
td.TdClassName
{
border-color: #213FCC;
}
.TagClassName
{
border-color: #213FCC;
}
</style>