Shades of Persian Blue #213DBC
Tints of Persian Blue #213DBC
RGB
CMYK
RGB Variations
Color information
#213DBC (or 0x213DBC) is known color: Persian Blue. HEX triplet: 21, 3D and BC. RGB value is (33,61,188). Sum of RGB (Red+Green+Blue) = 33+61+188=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #213DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DBC is #DEC243. Grayscale: #424242. Windows color (decimal): -14598724 or 12336417. OLE color: 12336417.
HSL color Cylindrical-coordinate representation of color #213DBC: hue angle of 229.16º 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 #213DBC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 61 | 188 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.26 |
| HSL | 229.16º | 0.7% | 0.43% | - |
| HSV(B) | 229.16º | 0.82% | 0.74% | - |
| XYZ | 11.37 | 7.29 | 48.38 | - |
| YUV | 67.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 188 | 0.82 | 0.68 | 0 | 0.26 | 229.16 | 0.7 | 0.43 |
| Hex | 21 | 3D | BC | 52 | 44 | 0 | 1A | E5 | 46 | 2B |
| Octal | 41 | 75 | 274 | 122 | 104 | 0 | 32 | 345 | 106 | 53 |
| Binary | 100001 | 111101 | 10111100 | 1010010 | 1000100 | 0 | 11010 | 11100101 | 1000110 | 101011 |
Color Harmonies of #213DBC
Complementary color
Monochromatic Colors of #213DBC
Black with #213DBC
Text Example
Text Example
White with #213DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DBC; }
p { color: rgb(33,61,188); }
H1.HeaderClassName
{
color: #213DBC;
}
.AnyTagClassName
{
color: #213DBC;
}
</style>
background-color css
<style>
a { background-color: #213DBC; }
a { background-color: rgb(33,61,188); }
div.DivClassName
{
background-color: #213DBC;
}
.BgClassName
{
background-color: #213DBC;
}
</style>
border-color css
<style>
span { border-color: #213DBC; }
span { border-color: rgb(33,61,188); }
td.TdClassName
{
border-color: #213DBC;
}
.TagClassName
{
border-color: #213DBC;
}
</style>