Shades of Persian Blue #213FC8
Tints of Persian Blue #213FC8
RGB
CMYK
RGB Variations
Color information
#213FC8 (or 0x213FC8) is known color: Persian Blue. HEX triplet: 21, 3F and C8. RGB value is (33,63,200). Sum of RGB (Red+Green+Blue) = 33+63+200=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #213FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FC8 is #DEC037. Grayscale: #454545. Windows color (decimal): -14598200 or 13123361. OLE color: 13123361.
HSL color Cylindrical-coordinate representation of color #213FC8: hue angle of 229.22º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213FC8 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 63 | 200 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.22 |
| HSL | 229.22º | 0.72% | 0.46% | - |
| HSV(B) | 229.22º | 0.84% | 0.78% | - |
| XYZ | 12.83 | 8.05 | 55.52 | - |
| YUV | 69.65 | 201.56 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 200 | 0.84 | 0.68 | 0 | 0.22 | 229.22 | 0.72 | 0.46 |
| Hex | 21 | 3F | C8 | 54 | 44 | 0 | 16 | E5 | 48 | 2E |
| Octal | 41 | 77 | 310 | 124 | 104 | 0 | 26 | 345 | 110 | 56 |
| Binary | 100001 | 111111 | 11001000 | 1010100 | 1000100 | 0 | 10110 | 11100101 | 1001000 | 101110 |
Color Harmonies of #213FC8
Complementary color
Monochromatic Colors of #213FC8
Black with #213FC8
Text Example
Text Example
White with #213FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FC8; }
p { color: rgb(33,63,200); }
H1.HeaderClassName
{
color: #213FC8;
}
.AnyTagClassName
{
color: #213FC8;
}
</style>
background-color css
<style>
a { background-color: #213FC8; }
a { background-color: rgb(33,63,200); }
div.DivClassName
{
background-color: #213FC8;
}
.BgClassName
{
background-color: #213FC8;
}
</style>
border-color css
<style>
span { border-color: #213FC8; }
span { border-color: rgb(33,63,200); }
td.TdClassName
{
border-color: #213FC8;
}
.TagClassName
{
border-color: #213FC8;
}
</style>