Shades of Persian Blue #213BED
Tints of Persian Blue #213BED
RGB
CMYK
RGB Variations
Color information
#213BED (or 0x213BED) is known color: Persian Blue. HEX triplet: 21, 3B and ED. RGB value is (33,59,237). Sum of RGB (Red+Green+Blue) = 33+59+237=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #213BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213BED is #DEC412. Grayscale: #464646. Windows color (decimal): -14599187 or 15547169. OLE color: 15547169.
HSL color Cylindrical-coordinate representation of color #213BED: hue angle of 232.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213BED is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 59 | 237 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.35º | 0.85% | 0.53% | - |
| HSV(B) | 232.35º | 0.86% | 0.93% | - |
| XYZ | 17.48 | 9.57 | 81.05 | - |
| YUV | 71.52 | 221.39 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 237 | 0.86 | 0.75 | 0 | 0.07 | 232.35 | 0.85 | 0.53 |
| Hex | 21 | 3B | ED | 56 | 4B | 0 | 7 | E8 | 55 | 35 |
| Octal | 41 | 73 | 355 | 126 | 113 | 0 | 7 | 350 | 125 | 65 |
| Binary | 100001 | 111011 | 11101101 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010101 | 110101 |
Color Harmonies of #213BED
Complementary color
Monochromatic Colors of #213BED
Black with #213BED
Text Example
Text Example
White with #213BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BED; }
p { color: rgb(33,59,237); }
H1.HeaderClassName
{
color: #213BED;
}
.AnyTagClassName
{
color: #213BED;
}
</style>
background-color css
<style>
a { background-color: #213BED; }
a { background-color: rgb(33,59,237); }
div.DivClassName
{
background-color: #213BED;
}
.BgClassName
{
background-color: #213BED;
}
</style>
border-color css
<style>
span { border-color: #213BED; }
span { border-color: rgb(33,59,237); }
td.TdClassName
{
border-color: #213BED;
}
.TagClassName
{
border-color: #213BED;
}
</style>