Shades of Persian Blue #213DCC
Tints of Persian Blue #213DCC
RGB
CMYK
RGB Variations
Color information
#213DCC (or 0x213DCC) is known color: Persian Blue. HEX triplet: 21, 3D and CC. RGB value is (33,61,204). Sum of RGB (Red+Green+Blue) = 33+61+204=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #213DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DCC is #DEC233. Grayscale: #444444. Windows color (decimal): -14598708 or 13384993. OLE color: 13384993.
HSL color Cylindrical-coordinate representation of color #213DCC: hue angle of 230.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213DCC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 61 | 204 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.2 |
| HSL | 230.18º | 0.72% | 0.46% | - |
| HSV(B) | 230.18º | 0.84% | 0.8% | - |
| XYZ | 13.2 | 8.02 | 57.98 | - |
| YUV | 68.93 | 204.22 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 204 | 0.84 | 0.70 | 0 | 0.2 | 230.18 | 0.72 | 0.46 |
| Hex | 21 | 3D | CC | 54 | 46 | 0 | 14 | E6 | 48 | 2E |
| Octal | 41 | 75 | 314 | 124 | 106 | 0 | 24 | 346 | 110 | 56 |
| Binary | 100001 | 111101 | 11001100 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001000 | 101110 |
Color Harmonies of #213DCC
Complementary color
Monochromatic Colors of #213DCC
Black with #213DCC
Text Example
Text Example
White with #213DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DCC; }
p { color: rgb(33,61,204); }
H1.HeaderClassName
{
color: #213DCC;
}
.AnyTagClassName
{
color: #213DCC;
}
</style>
background-color css
<style>
a { background-color: #213DCC; }
a { background-color: rgb(33,61,204); }
div.DivClassName
{
background-color: #213DCC;
}
.BgClassName
{
background-color: #213DCC;
}
</style>
border-color css
<style>
span { border-color: #213DCC; }
span { border-color: rgb(33,61,204); }
td.TdClassName
{
border-color: #213DCC;
}
.TagClassName
{
border-color: #213DCC;
}
</style>