Shades of Persian Blue #213AB2
Tints of Persian Blue #213AB2
RGB
CMYK
RGB Variations
Color information
#213AB2 (or 0x213AB2) is known color: Persian Blue. HEX triplet: 21, 3A and B2. RGB value is (33,58,178). Sum of RGB (Red+Green+Blue) = 33+58+178=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 178 (69.92% from 255 or 66.17% from 269); Max value from RGB is 178 - color contains mainly: blue. Hex color #213AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213AB2 is #DEC54D. Grayscale: #3F3F3F. Windows color (decimal): -14599502 or 11680289. OLE color: 11680289.
HSL color Cylindrical-coordinate representation of color #213AB2: hue angle of 229.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213AB2 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 58 | 178 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.30 |
| HSL | 229.66º | 0.69% | 0.41% | - |
| HSV(B) | 229.66º | 0.81% | 0.7% | - |
| XYZ | 10.18 | 6.56 | 42.85 | - |
| YUV | 64.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 178 | 0.81 | 0.67 | 0 | 0.30 | 229.66 | 0.69 | 0.41 |
| Hex | 21 | 3A | B2 | 51 | 43 | 0 | 1E | E6 | 45 | 29 |
| Octal | 41 | 72 | 262 | 121 | 103 | 0 | 36 | 346 | 105 | 51 |
| Binary | 100001 | 111010 | 10110010 | 1010001 | 1000011 | 0 | 11110 | 11100110 | 1000101 | 101001 |
Color Harmonies of #213AB2
Complementary color
Monochromatic Colors of #213AB2
Black with #213AB2
Text Example
Text Example
White with #213AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AB2; }
p { color: rgb(33,58,178); }
H1.HeaderClassName
{
color: #213AB2;
}
.AnyTagClassName
{
color: #213AB2;
}
</style>
background-color css
<style>
a { background-color: #213AB2; }
a { background-color: rgb(33,58,178); }
div.DivClassName
{
background-color: #213AB2;
}
.BgClassName
{
background-color: #213AB2;
}
</style>
border-color css
<style>
span { border-color: #213AB2; }
span { border-color: rgb(33,58,178); }
td.TdClassName
{
border-color: #213AB2;
}
.TagClassName
{
border-color: #213AB2;
}
</style>