Shades of Persian Blue #213DCE
Tints of Persian Blue #213DCE
RGB
CMYK
RGB Variations
Color information
#213DCE (or 0x213DCE) is known color: Persian Blue. HEX triplet: 21, 3D and CE. RGB value is (33,61,206). Sum of RGB (Red+Green+Blue) = 33+61+206=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #213DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DCE is #DEC231. Grayscale: #444444. Windows color (decimal): -14598706 or 13516065. OLE color: 13516065.
HSL color Cylindrical-coordinate representation of color #213DCE: hue angle of 230.29º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213DCE is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 61 | 206 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.19 |
| HSL | 230.29º | 0.72% | 0.47% | - |
| HSV(B) | 230.29º | 0.84% | 0.81% | - |
| XYZ | 13.44 | 8.12 | 59.25 | - |
| YUV | 69.16 | 205.22 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 206 | 0.84 | 0.70 | 0 | 0.19 | 230.29 | 0.72 | 0.47 |
| Hex | 21 | 3D | CE | 54 | 46 | 0 | 13 | E6 | 48 | 2F |
| Octal | 41 | 75 | 316 | 124 | 106 | 0 | 23 | 346 | 110 | 57 |
| Binary | 100001 | 111101 | 11001110 | 1010100 | 1000110 | 0 | 10011 | 11100110 | 1001000 | 101111 |
Color Harmonies of #213DCE
Complementary color
Monochromatic Colors of #213DCE
Black with #213DCE
Text Example
Text Example
White with #213DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DCE; }
p { color: rgb(33,61,206); }
H1.HeaderClassName
{
color: #213DCE;
}
.AnyTagClassName
{
color: #213DCE;
}
</style>
background-color css
<style>
a { background-color: #213DCE; }
a { background-color: rgb(33,61,206); }
div.DivClassName
{
background-color: #213DCE;
}
.BgClassName
{
background-color: #213DCE;
}
</style>
border-color css
<style>
span { border-color: #213DCE; }
span { border-color: rgb(33,61,206); }
td.TdClassName
{
border-color: #213DCE;
}
.TagClassName
{
border-color: #213DCE;
}
</style>