Shades of Persian Blue #213BAD
Tints of Persian Blue #213BAD
RGB
CMYK
RGB Variations
Color information
#213BAD (or 0x213BAD) is known color: Persian Blue. HEX triplet: 21, 3B and AD. RGB value is (33,59,173). Sum of RGB (Red+Green+Blue) = 33+59+173=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #213BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BAD is #DEC452. Grayscale: #3F3F3F. Windows color (decimal): -14599251 or 11352865. OLE color: 11352865.
HSL color Cylindrical-coordinate representation of color #213BAD: hue angle of 228.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213BAD is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 59 | 173 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.32 |
| HSL | 228.86º | 0.68% | 0.4% | - |
| HSV(B) | 228.86º | 0.81% | 0.68% | - |
| XYZ | 9.73 | 6.47 | 40.27 | - |
| YUV | 64.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 173 | 0.81 | 0.66 | 0 | 0.32 | 228.86 | 0.68 | 0.4 |
| Hex | 21 | 3B | AD | 51 | 42 | 0 | 20 | E5 | 44 | 28 |
| Octal | 41 | 73 | 255 | 121 | 102 | 0 | 40 | 345 | 104 | 50 |
| Binary | 100001 | 111011 | 10101101 | 1010001 | 1000010 | 0 | 100000 | 11100101 | 1000100 | 101000 |
Color Harmonies of #213BAD
Complementary color
Monochromatic Colors of #213BAD
Black with #213BAD
Text Example
Text Example
White with #213BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BAD; }
p { color: rgb(33,59,173); }
H1.HeaderClassName
{
color: #213BAD;
}
.AnyTagClassName
{
color: #213BAD;
}
</style>
background-color css
<style>
a { background-color: #213BAD; }
a { background-color: rgb(33,59,173); }
div.DivClassName
{
background-color: #213BAD;
}
.BgClassName
{
background-color: #213BAD;
}
</style>
border-color css
<style>
span { border-color: #213BAD; }
span { border-color: rgb(33,59,173); }
td.TdClassName
{
border-color: #213BAD;
}
.TagClassName
{
border-color: #213BAD;
}
</style>