Shades of Persian Blue #213CCB
Tints of Persian Blue #213CCB
RGB
CMYK
RGB Variations
Color information
#213CCB (or 0x213CCB) is known color: Persian Blue. HEX triplet: 21, 3C and CB. RGB value is (33,60,203). Sum of RGB (Red+Green+Blue) = 33+60+203=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #213CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CCB is #DEC334. Grayscale: #434343. Windows color (decimal): -14598965 or 13319201. OLE color: 13319201.
HSL color Cylindrical-coordinate representation of color #213CCB: hue angle of 230.47º 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 #213CCB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 60 | 203 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.20 |
| HSL | 230.47º | 0.72% | 0.46% | - |
| HSV(B) | 230.47º | 0.84% | 0.8% | - |
| XYZ | 13.02 | 7.87 | 57.33 | - |
| YUV | 68.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 203 | 0.84 | 0.70 | 0 | 0.20 | 230.47 | 0.72 | 0.46 |
| Hex | 21 | 3C | CB | 54 | 46 | 0 | 14 | E6 | 48 | 2E |
| Octal | 41 | 74 | 313 | 124 | 106 | 0 | 24 | 346 | 110 | 56 |
| Binary | 100001 | 111100 | 11001011 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001000 | 101110 |
Color Harmonies of #213CCB
Complementary color
Monochromatic Colors of #213CCB
Black with #213CCB
Text Example
Text Example
White with #213CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CCB; }
p { color: rgb(33,60,203); }
H1.HeaderClassName
{
color: #213CCB;
}
.AnyTagClassName
{
color: #213CCB;
}
</style>
background-color css
<style>
a { background-color: #213CCB; }
a { background-color: rgb(33,60,203); }
div.DivClassName
{
background-color: #213CCB;
}
.BgClassName
{
background-color: #213CCB;
}
</style>
border-color css
<style>
span { border-color: #213CCB; }
span { border-color: rgb(33,60,203); }
td.TdClassName
{
border-color: #213CCB;
}
.TagClassName
{
border-color: #213CCB;
}
</style>