Shades of Persian Blue #213AB4
Tints of Persian Blue #213AB4
RGB
CMYK
RGB Variations
Color information
#213AB4 (or 0x213AB4) is known color: Persian Blue. HEX triplet: 21, 3A and B4. RGB value is (33,58,180). Sum of RGB (Red+Green+Blue) = 33+58+180=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #213AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213AB4 is #DEC54B. Grayscale: #3F3F3F. Windows color (decimal): -14599500 or 11811361. OLE color: 11811361.
HSL color Cylindrical-coordinate representation of color #213AB4: hue angle of 229.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213AB4 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 58 | 180 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.29 |
| HSL | 229.8º | 0.69% | 0.42% | - |
| HSV(B) | 229.8º | 0.82% | 0.71% | - |
| XYZ | 10.38 | 6.64 | 43.92 | - |
| YUV | 64.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 180 | 0.82 | 0.68 | 0 | 0.29 | 229.8 | 0.69 | 0.42 |
| Hex | 21 | 3A | B4 | 52 | 44 | 0 | 1D | E6 | 45 | 2A |
| Octal | 41 | 72 | 264 | 122 | 104 | 0 | 35 | 346 | 105 | 52 |
| Binary | 100001 | 111010 | 10110100 | 1010010 | 1000100 | 0 | 11101 | 11100110 | 1000101 | 101010 |
Color Harmonies of #213AB4
Complementary color
Monochromatic Colors of #213AB4
Black with #213AB4
Text Example
Text Example
White with #213AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AB4; }
p { color: rgb(33,58,180); }
H1.HeaderClassName
{
color: #213AB4;
}
.AnyTagClassName
{
color: #213AB4;
}
</style>
background-color css
<style>
a { background-color: #213AB4; }
a { background-color: rgb(33,58,180); }
div.DivClassName
{
background-color: #213AB4;
}
.BgClassName
{
background-color: #213AB4;
}
</style>
border-color css
<style>
span { border-color: #213AB4; }
span { border-color: rgb(33,58,180); }
td.TdClassName
{
border-color: #213AB4;
}
.TagClassName
{
border-color: #213AB4;
}
</style>