Shades of Persian Blue #213BCC
Tints of Persian Blue #213BCC
RGB
CMYK
RGB Variations
Color information
#213BCC (or 0x213BCC) is known color: Persian Blue. HEX triplet: 21, 3B and CC. RGB value is (33,59,204). Sum of RGB (Red+Green+Blue) = 33+59+204=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #213BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BCC is #DEC433. Grayscale: #434343. Windows color (decimal): -14599220 or 13384481. OLE color: 13384481.
HSL color Cylindrical-coordinate representation of color #213BCC: hue angle of 230.88º 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 #213BCC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 59 | 204 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.2 |
| HSL | 230.88º | 0.72% | 0.46% | - |
| HSV(B) | 230.88º | 0.84% | 0.8% | - |
| XYZ | 13.09 | 7.81 | 57.94 | - |
| YUV | 67.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 204 | 0.84 | 0.71 | 0 | 0.2 | 230.88 | 0.72 | 0.46 |
| Hex | 21 | 3B | CC | 54 | 47 | 0 | 14 | E7 | 48 | 2E |
| Octal | 41 | 73 | 314 | 124 | 107 | 0 | 24 | 347 | 110 | 56 |
| Binary | 100001 | 111011 | 11001100 | 1010100 | 1000111 | 0 | 10100 | 11100111 | 1001000 | 101110 |
Color Harmonies of #213BCC
Complementary color
Monochromatic Colors of #213BCC
Black with #213BCC
Text Example
Text Example
White with #213BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BCC; }
p { color: rgb(33,59,204); }
H1.HeaderClassName
{
color: #213BCC;
}
.AnyTagClassName
{
color: #213BCC;
}
</style>
background-color css
<style>
a { background-color: #213BCC; }
a { background-color: rgb(33,59,204); }
div.DivClassName
{
background-color: #213BCC;
}
.BgClassName
{
background-color: #213BCC;
}
</style>
border-color css
<style>
span { border-color: #213BCC; }
span { border-color: rgb(33,59,204); }
td.TdClassName
{
border-color: #213BCC;
}
.TagClassName
{
border-color: #213BCC;
}
</style>