Shades of Persian Blue #213CAB
Tints of Persian Blue #213CAB
RGB
CMYK
RGB Variations
Color information
#213CAB (or 0x213CAB) is known color: Persian Blue. HEX triplet: 21, 3C and AB. RGB value is (33,60,171). Sum of RGB (Red+Green+Blue) = 33+60+171=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #213CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213CAB is #DEC354. Grayscale: #404040. Windows color (decimal): -14598997 or 11222049. OLE color: 11222049.
HSL color Cylindrical-coordinate representation of color #213CAB: hue angle of 228.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213CAB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 60 | 171 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.33 |
| HSL | 228.26º | 0.68% | 0.4% | - |
| HSV(B) | 228.26º | 0.81% | 0.67% | - |
| XYZ | 9.59 | 6.5 | 39.28 | - |
| YUV | 64.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 171 | 0.81 | 0.65 | 0 | 0.33 | 228.26 | 0.68 | 0.4 |
| Hex | 21 | 3C | AB | 51 | 41 | 0 | 21 | E4 | 44 | 28 |
| Octal | 41 | 74 | 253 | 121 | 101 | 0 | 41 | 344 | 104 | 50 |
| Binary | 100001 | 111100 | 10101011 | 1010001 | 1000001 | 0 | 100001 | 11100100 | 1000100 | 101000 |
Color Harmonies of #213CAB
Complementary color
Monochromatic Colors of #213CAB
Black with #213CAB
Text Example
Text Example
White with #213CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CAB; }
p { color: rgb(33,60,171); }
H1.HeaderClassName
{
color: #213CAB;
}
.AnyTagClassName
{
color: #213CAB;
}
</style>
background-color css
<style>
a { background-color: #213CAB; }
a { background-color: rgb(33,60,171); }
div.DivClassName
{
background-color: #213CAB;
}
.BgClassName
{
background-color: #213CAB;
}
</style>
border-color css
<style>
span { border-color: #213CAB; }
span { border-color: rgb(33,60,171); }
td.TdClassName
{
border-color: #213CAB;
}
.TagClassName
{
border-color: #213CAB;
}
</style>