Shades of Persian Blue #213CEA
Tints of Persian Blue #213CEA
RGB
CMYK
RGB Variations
Color information
#213CEA (or 0x213CEA) is known color: Persian Blue. HEX triplet: 21, 3C and EA. RGB value is (33,60,234). Sum of RGB (Red+Green+Blue) = 33+60+234=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #213CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CEA is #DEC315. Grayscale: #474747. Windows color (decimal): -14598934 or 15350817. OLE color: 15350817.
HSL color Cylindrical-coordinate representation of color #213CEA: hue angle of 231.94º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CEA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 60 | 234 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.08 |
| HSL | 231.94º | 0.83% | 0.52% | - |
| HSV(B) | 231.94º | 0.86% | 0.92% | - |
| XYZ | 17.09 | 9.5 | 78.77 | - |
| YUV | 71.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 234 | 0.86 | 0.74 | 0 | 0.08 | 231.94 | 0.83 | 0.52 |
| Hex | 21 | 3C | EA | 56 | 4A | 0 | 8 | E8 | 53 | 34 |
| Octal | 41 | 74 | 352 | 126 | 112 | 0 | 10 | 350 | 123 | 64 |
| Binary | 100001 | 111100 | 11101010 | 1010110 | 1001010 | 0 | 1000 | 11101000 | 1010011 | 110100 |
Color Harmonies of #213CEA
Complementary color
Monochromatic Colors of #213CEA
Black with #213CEA
Text Example
Text Example
White with #213CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CEA; }
p { color: rgb(33,60,234); }
H1.HeaderClassName
{
color: #213CEA;
}
.AnyTagClassName
{
color: #213CEA;
}
</style>
background-color css
<style>
a { background-color: #213CEA; }
a { background-color: rgb(33,60,234); }
div.DivClassName
{
background-color: #213CEA;
}
.BgClassName
{
background-color: #213CEA;
}
</style>
border-color css
<style>
span { border-color: #213CEA; }
span { border-color: rgb(33,60,234); }
td.TdClassName
{
border-color: #213CEA;
}
.TagClassName
{
border-color: #213CEA;
}
</style>