Shades of Persian Blue #213DB7
Tints of Persian Blue #213DB7
RGB
CMYK
RGB Variations
Color information
#213DB7 (or 0x213DB7) is known color: Persian Blue. HEX triplet: 21, 3D and B7. RGB value is (33,61,183). Sum of RGB (Red+Green+Blue) = 33+61+183=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #213DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DB7 is #DEC248. Grayscale: #424242. Windows color (decimal): -14598729 or 12008737. OLE color: 12008737.
HSL color Cylindrical-coordinate representation of color #213DB7: hue angle of 228.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213DB7 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 61 | 183 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.28 |
| HSL | 228.8º | 0.69% | 0.42% | - |
| HSV(B) | 228.8º | 0.82% | 0.72% | - |
| XYZ | 10.84 | 7.08 | 45.59 | - |
| YUV | 66.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 183 | 0.82 | 0.67 | 0 | 0.28 | 228.8 | 0.69 | 0.42 |
| Hex | 21 | 3D | B7 | 52 | 43 | 0 | 1C | E5 | 45 | 2A |
| Octal | 41 | 75 | 267 | 122 | 103 | 0 | 34 | 345 | 105 | 52 |
| Binary | 100001 | 111101 | 10110111 | 1010010 | 1000011 | 0 | 11100 | 11100101 | 1000101 | 101010 |
Color Harmonies of #213DB7
Complementary color
Monochromatic Colors of #213DB7
Black with #213DB7
Text Example
Text Example
White with #213DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DB7; }
p { color: rgb(33,61,183); }
H1.HeaderClassName
{
color: #213DB7;
}
.AnyTagClassName
{
color: #213DB7;
}
</style>
background-color css
<style>
a { background-color: #213DB7; }
a { background-color: rgb(33,61,183); }
div.DivClassName
{
background-color: #213DB7;
}
.BgClassName
{
background-color: #213DB7;
}
</style>
border-color css
<style>
span { border-color: #213DB7; }
span { border-color: rgb(33,61,183); }
td.TdClassName
{
border-color: #213DB7;
}
.TagClassName
{
border-color: #213DB7;
}
</style>