Shades of Persian Blue #213BAC
Tints of Persian Blue #213BAC
RGB
CMYK
RGB Variations
Color information
#213BAC (or 0x213BAC) is known color: Persian Blue. HEX triplet: 21, 3B and AC. RGB value is (33,59,172). Sum of RGB (Red+Green+Blue) = 33+59+172=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #213BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BAC is #DEC453. Grayscale: #3F3F3F. Windows color (decimal): -14599252 or 11287329. OLE color: 11287329.
HSL color Cylindrical-coordinate representation of color #213BAC: hue angle of 228.78º 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 #213BAC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 59 | 172 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.33 |
| HSL | 228.78º | 0.68% | 0.4% | - |
| HSV(B) | 228.78º | 0.81% | 0.67% | - |
| XYZ | 9.64 | 6.43 | 39.76 | - |
| YUV | 64.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 172 | 0.81 | 0.66 | 0 | 0.33 | 228.78 | 0.68 | 0.4 |
| Hex | 21 | 3B | AC | 51 | 42 | 0 | 21 | E5 | 44 | 28 |
| Octal | 41 | 73 | 254 | 121 | 102 | 0 | 41 | 345 | 104 | 50 |
| Binary | 100001 | 111011 | 10101100 | 1010001 | 1000010 | 0 | 100001 | 11100101 | 1000100 | 101000 |
Color Harmonies of #213BAC
Complementary color
Monochromatic Colors of #213BAC
Black with #213BAC
Text Example
Text Example
White with #213BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BAC; }
p { color: rgb(33,59,172); }
H1.HeaderClassName
{
color: #213BAC;
}
.AnyTagClassName
{
color: #213BAC;
}
</style>
background-color css
<style>
a { background-color: #213BAC; }
a { background-color: rgb(33,59,172); }
div.DivClassName
{
background-color: #213BAC;
}
.BgClassName
{
background-color: #213BAC;
}
</style>
border-color css
<style>
span { border-color: #213BAC; }
span { border-color: rgb(33,59,172); }
td.TdClassName
{
border-color: #213BAC;
}
.TagClassName
{
border-color: #213BAC;
}
</style>