Shades of Persian Blue #213FC0
Tints of Persian Blue #213FC0
RGB
CMYK
RGB Variations
Color information
#213FC0 (or 0x213FC0) is known color: Persian Blue. HEX triplet: 21, 3F and C0. RGB value is (33,63,192). Sum of RGB (Red+Green+Blue) = 33+63+192=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #213FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FC0 is #DEC03F. Grayscale: #444444. Windows color (decimal): -14598208 or 12599073. OLE color: 12599073.
HSL color Cylindrical-coordinate representation of color #213FC0: hue angle of 228.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213FC0 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 63 | 192 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.25 |
| HSL | 228.68º | 0.71% | 0.44% | - |
| HSV(B) | 228.68º | 0.83% | 0.75% | - |
| XYZ | 11.92 | 7.68 | 50.72 | - |
| YUV | 68.74 | 197.56 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 192 | 0.83 | 0.67 | 0 | 0.25 | 228.68 | 0.71 | 0.44 |
| Hex | 21 | 3F | C0 | 53 | 43 | 0 | 19 | E5 | 47 | 2C |
| Octal | 41 | 77 | 300 | 123 | 103 | 0 | 31 | 345 | 107 | 54 |
| Binary | 100001 | 111111 | 11000000 | 1010011 | 1000011 | 0 | 11001 | 11100101 | 1000111 | 101100 |
Color Harmonies of #213FC0
Complementary color
Monochromatic Colors of #213FC0
Black with #213FC0
Text Example
Text Example
White with #213FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FC0; }
p { color: rgb(33,63,192); }
H1.HeaderClassName
{
color: #213FC0;
}
.AnyTagClassName
{
color: #213FC0;
}
</style>
background-color css
<style>
a { background-color: #213FC0; }
a { background-color: rgb(33,63,192); }
div.DivClassName
{
background-color: #213FC0;
}
.BgClassName
{
background-color: #213FC0;
}
</style>
border-color css
<style>
span { border-color: #213FC0; }
span { border-color: rgb(33,63,192); }
td.TdClassName
{
border-color: #213FC0;
}
.TagClassName
{
border-color: #213FC0;
}
</style>