Shades of Persian Blue #213DC3
Tints of Persian Blue #213DC3
RGB
CMYK
RGB Variations
Color information
#213DC3 (or 0x213DC3) is known color: Persian Blue. HEX triplet: 21, 3D and C3. RGB value is (33,61,195). Sum of RGB (Red+Green+Blue) = 33+61+195=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #213DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DC3 is #DEC23C. Grayscale: #434343. Windows color (decimal): -14598717 or 12795169. OLE color: 12795169.
HSL color Cylindrical-coordinate representation of color #213DC3: hue angle of 229.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213DC3 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 61 | 195 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.24 |
| HSL | 229.63º | 0.71% | 0.45% | - |
| HSV(B) | 229.63º | 0.83% | 0.76% | - |
| XYZ | 12.15 | 7.6 | 52.46 | - |
| YUV | 67.9 | 199.72 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 195 | 0.83 | 0.69 | 0 | 0.24 | 229.63 | 0.71 | 0.45 |
| Hex | 21 | 3D | C3 | 53 | 45 | 0 | 18 | E6 | 47 | 2D |
| Octal | 41 | 75 | 303 | 123 | 105 | 0 | 30 | 346 | 107 | 55 |
| Binary | 100001 | 111101 | 11000011 | 1010011 | 1000101 | 0 | 11000 | 11100110 | 1000111 | 101101 |
Color Harmonies of #213DC3
Complementary color
Monochromatic Colors of #213DC3
Black with #213DC3
Text Example
Text Example
White with #213DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DC3; }
p { color: rgb(33,61,195); }
H1.HeaderClassName
{
color: #213DC3;
}
.AnyTagClassName
{
color: #213DC3;
}
</style>
background-color css
<style>
a { background-color: #213DC3; }
a { background-color: rgb(33,61,195); }
div.DivClassName
{
background-color: #213DC3;
}
.BgClassName
{
background-color: #213DC3;
}
</style>
border-color css
<style>
span { border-color: #213DC3; }
span { border-color: rgb(33,61,195); }
td.TdClassName
{
border-color: #213DC3;
}
.TagClassName
{
border-color: #213DC3;
}
</style>