Shades of Persian Blue #213CC4
Tints of Persian Blue #213CC4
RGB
CMYK
RGB Variations
Color information
#213CC4 (or 0x213CC4) is known color: Persian Blue. HEX triplet: 21, 3C and C4. RGB value is (33,60,196). Sum of RGB (Red+Green+Blue) = 33+60+196=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 196 (76.95% from 255 or 67.82% from 289); Max value from RGB is 196 - color contains mainly: blue. Hex color #213CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CC4 is #DEC33B. Grayscale: #424242. Windows color (decimal): -14598972 or 12860449. OLE color: 12860449.
HSL color Cylindrical-coordinate representation of color #213CC4: hue angle of 230.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213CC4 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 60 | 196 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.23 |
| HSL | 230.06º | 0.71% | 0.45% | - |
| HSV(B) | 230.06º | 0.83% | 0.77% | - |
| XYZ | 12.21 | 7.54 | 53.04 | - |
| YUV | 67.43 | 200.55 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 196 | 0.83 | 0.69 | 0 | 0.23 | 230.06 | 0.71 | 0.45 |
| Hex | 21 | 3C | C4 | 53 | 45 | 0 | 17 | E6 | 47 | 2D |
| Octal | 41 | 74 | 304 | 123 | 105 | 0 | 27 | 346 | 107 | 55 |
| Binary | 100001 | 111100 | 11000100 | 1010011 | 1000101 | 0 | 10111 | 11100110 | 1000111 | 101101 |
Color Harmonies of #213CC4
Complementary color
Monochromatic Colors of #213CC4
Black with #213CC4
Text Example
Text Example
White with #213CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CC4; }
p { color: rgb(33,60,196); }
H1.HeaderClassName
{
color: #213CC4;
}
.AnyTagClassName
{
color: #213CC4;
}
</style>
background-color css
<style>
a { background-color: #213CC4; }
a { background-color: rgb(33,60,196); }
div.DivClassName
{
background-color: #213CC4;
}
.BgClassName
{
background-color: #213CC4;
}
</style>
border-color css
<style>
span { border-color: #213CC4; }
span { border-color: rgb(33,60,196); }
td.TdClassName
{
border-color: #213CC4;
}
.TagClassName
{
border-color: #213CC4;
}
</style>