Shades of Persian Blue #213DAE
Tints of Persian Blue #213DAE
RGB
CMYK
RGB Variations
Color information
#213DAE (or 0x213DAE) is known color: Persian Blue. HEX triplet: 21, 3D and AE. RGB value is (33,61,174). Sum of RGB (Red+Green+Blue) = 33+61+174=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #213DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DAE is #DEC251. Grayscale: #414141. Windows color (decimal): -14598738 or 11418913. OLE color: 11418913.
HSL color Cylindrical-coordinate representation of color #213DAE: hue angle of 228.09º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213DAE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 61 | 174 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.32 |
| HSL | 228.09º | 0.68% | 0.41% | - |
| HSV(B) | 228.09º | 0.81% | 0.68% | - |
| XYZ | 9.94 | 6.72 | 40.82 | - |
| YUV | 65.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 174 | 0.81 | 0.65 | 0 | 0.32 | 228.09 | 0.68 | 0.41 |
| Hex | 21 | 3D | AE | 51 | 41 | 0 | 20 | E4 | 44 | 29 |
| Octal | 41 | 75 | 256 | 121 | 101 | 0 | 40 | 344 | 104 | 51 |
| Binary | 100001 | 111101 | 10101110 | 1010001 | 1000001 | 0 | 100000 | 11100100 | 1000100 | 101001 |
Color Harmonies of #213DAE
Complementary color
Monochromatic Colors of #213DAE
Black with #213DAE
Text Example
Text Example
White with #213DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DAE; }
p { color: rgb(33,61,174); }
H1.HeaderClassName
{
color: #213DAE;
}
.AnyTagClassName
{
color: #213DAE;
}
</style>
background-color css
<style>
a { background-color: #213DAE; }
a { background-color: rgb(33,61,174); }
div.DivClassName
{
background-color: #213DAE;
}
.BgClassName
{
background-color: #213DAE;
}
</style>
border-color css
<style>
span { border-color: #213DAE; }
span { border-color: rgb(33,61,174); }
td.TdClassName
{
border-color: #213DAE;
}
.TagClassName
{
border-color: #213DAE;
}
</style>