Shades of Persian Blue #213ABC
Tints of Persian Blue #213ABC
RGB
CMYK
RGB Variations
Color information
#213ABC (or 0x213ABC) is known color: Persian Blue. HEX triplet: 21, 3A and BC. RGB value is (33,58,188). Sum of RGB (Red+Green+Blue) = 33+58+188=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #213ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ABC is #DEC543. Grayscale: #404040. Windows color (decimal): -14599492 or 12335649. OLE color: 12335649.
HSL color Cylindrical-coordinate representation of color #213ABC: hue angle of 230.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213ABC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 58 | 188 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.26 |
| HSL | 230.32º | 0.7% | 0.43% | - |
| HSV(B) | 230.32º | 0.82% | 0.74% | - |
| XYZ | 11.22 | 6.98 | 48.33 | - |
| YUV | 65.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 188 | 0.82 | 0.69 | 0 | 0.26 | 230.32 | 0.7 | 0.43 |
| Hex | 21 | 3A | BC | 52 | 45 | 0 | 1A | E6 | 46 | 2B |
| Octal | 41 | 72 | 274 | 122 | 105 | 0 | 32 | 346 | 106 | 53 |
| Binary | 100001 | 111010 | 10111100 | 1010010 | 1000101 | 0 | 11010 | 11100110 | 1000110 | 101011 |
Color Harmonies of #213ABC
Complementary color
Monochromatic Colors of #213ABC
Black with #213ABC
Text Example
Text Example
White with #213ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213ABC; }
p { color: rgb(33,58,188); }
H1.HeaderClassName
{
color: #213ABC;
}
.AnyTagClassName
{
color: #213ABC;
}
</style>
background-color css
<style>
a { background-color: #213ABC; }
a { background-color: rgb(33,58,188); }
div.DivClassName
{
background-color: #213ABC;
}
.BgClassName
{
background-color: #213ABC;
}
</style>
border-color css
<style>
span { border-color: #213ABC; }
span { border-color: rgb(33,58,188); }
td.TdClassName
{
border-color: #213ABC;
}
.TagClassName
{
border-color: #213ABC;
}
</style>