Shades of Persian Blue #213BE7
Tints of Persian Blue #213BE7
RGB
CMYK
RGB Variations
Color information
#213BE7 (or 0x213BE7) is known color: Persian Blue. HEX triplet: 21, 3B and E7. RGB value is (33,59,231). Sum of RGB (Red+Green+Blue) = 33+59+231=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #213BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213BE7 is #DEC418. Grayscale: #464646. Windows color (decimal): -14599193 or 15153953. OLE color: 15153953.
HSL color Cylindrical-coordinate representation of color #213BE7: hue angle of 232.12º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213BE7 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 59 | 231 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.09 |
| HSL | 232.12º | 0.8% | 0.52% | - |
| HSV(B) | 232.12º | 0.86% | 0.91% | - |
| XYZ | 16.61 | 9.22 | 76.51 | - |
| YUV | 70.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 231 | 0.86 | 0.74 | 0 | 0.09 | 232.12 | 0.8 | 0.52 |
| Hex | 21 | 3B | E7 | 56 | 4A | 0 | 9 | E8 | 50 | 34 |
| Octal | 41 | 73 | 347 | 126 | 112 | 0 | 11 | 350 | 120 | 64 |
| Binary | 100001 | 111011 | 11100111 | 1010110 | 1001010 | 0 | 1001 | 11101000 | 1010000 | 110100 |
Color Harmonies of #213BE7
Complementary color
Monochromatic Colors of #213BE7
Black with #213BE7
Text Example
Text Example
White with #213BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BE7; }
p { color: rgb(33,59,231); }
H1.HeaderClassName
{
color: #213BE7;
}
.AnyTagClassName
{
color: #213BE7;
}
</style>
background-color css
<style>
a { background-color: #213BE7; }
a { background-color: rgb(33,59,231); }
div.DivClassName
{
background-color: #213BE7;
}
.BgClassName
{
background-color: #213BE7;
}
</style>
border-color css
<style>
span { border-color: #213BE7; }
span { border-color: rgb(33,59,231); }
td.TdClassName
{
border-color: #213BE7;
}
.TagClassName
{
border-color: #213BE7;
}
</style>