Shades of Persian Blue #213DC4
Tints of Persian Blue #213DC4
RGB
CMYK
RGB Variations
Color information
#213DC4 (or 0x213DC4) is known color: Persian Blue. HEX triplet: 21, 3D and C4. RGB value is (33,61,196). Sum of RGB (Red+Green+Blue) = 33+61+196=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 196 (76.95% from 255 or 67.59% from 290); Max value from RGB is 196 - color contains mainly: blue. Hex color #213DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DC4 is #DEC23B. Grayscale: #434343. Windows color (decimal): -14598716 or 12860705. OLE color: 12860705.
HSL color Cylindrical-coordinate representation of color #213DC4: hue angle of 229.69º 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 #213DC4 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 61 | 196 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.23 |
| HSL | 229.69º | 0.71% | 0.45% | - |
| HSV(B) | 229.69º | 0.83% | 0.77% | - |
| XYZ | 12.26 | 7.65 | 53.05 | - |
| YUV | 68.02 | 200.22 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 196 | 0.83 | 0.69 | 0 | 0.23 | 229.69 | 0.71 | 0.45 |
| Hex | 21 | 3D | C4 | 53 | 45 | 0 | 17 | E6 | 47 | 2D |
| Octal | 41 | 75 | 304 | 123 | 105 | 0 | 27 | 346 | 107 | 55 |
| Binary | 100001 | 111101 | 11000100 | 1010011 | 1000101 | 0 | 10111 | 11100110 | 1000111 | 101101 |
Color Harmonies of #213DC4
Complementary color
Monochromatic Colors of #213DC4
Black with #213DC4
Text Example
Text Example
White with #213DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DC4; }
p { color: rgb(33,61,196); }
H1.HeaderClassName
{
color: #213DC4;
}
.AnyTagClassName
{
color: #213DC4;
}
</style>
background-color css
<style>
a { background-color: #213DC4; }
a { background-color: rgb(33,61,196); }
div.DivClassName
{
background-color: #213DC4;
}
.BgClassName
{
background-color: #213DC4;
}
</style>
border-color css
<style>
span { border-color: #213DC4; }
span { border-color: rgb(33,61,196); }
td.TdClassName
{
border-color: #213DC4;
}
.TagClassName
{
border-color: #213DC4;
}
</style>