Shades of Persian Blue #2130AB
Tints of Persian Blue #2130AB
RGB
CMYK
RGB Variations
Color information
#2130AB (or 0x2130AB) is known color: Persian Blue. HEX triplet: 21, 30 and AB. RGB value is (33,48,171). Sum of RGB (Red+Green+Blue) = 33+48+171=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #2130AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2130AB is #DECF54. Grayscale: #393939. Windows color (decimal): -14602069 or 11218977. OLE color: 11218977.
HSL color Cylindrical-coordinate representation of color #2130AB: hue angle of 233.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2130AB is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 48 | 171 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.33 |
| HSL | 233.48º | 0.68% | 0.4% | - |
| HSV(B) | 233.48º | 0.81% | 0.67% | - |
| XYZ | 9.03 | 5.38 | 39.09 | - |
| YUV | 57.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 171 | 0.81 | 0.72 | 0 | 0.33 | 233.48 | 0.68 | 0.4 |
| Hex | 21 | 30 | AB | 51 | 48 | 0 | 21 | E9 | 44 | 28 |
| Octal | 41 | 60 | 253 | 121 | 110 | 0 | 41 | 351 | 104 | 50 |
| Binary | 100001 | 110000 | 10101011 | 1010001 | 1001000 | 0 | 100001 | 11101001 | 1000100 | 101000 |
Color Harmonies of #2130AB
Complementary color
Monochromatic Colors of #2130AB
Black with #2130AB
Text Example
Text Example
White with #2130AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2130AB; }
p { color: rgb(33,48,171); }
H1.HeaderClassName
{
color: #2130AB;
}
.AnyTagClassName
{
color: #2130AB;
}
</style>
background-color css
<style>
a { background-color: #2130AB; }
a { background-color: rgb(33,48,171); }
div.DivClassName
{
background-color: #2130AB;
}
.BgClassName
{
background-color: #2130AB;
}
</style>
border-color css
<style>
span { border-color: #2130AB; }
span { border-color: rgb(33,48,171); }
td.TdClassName
{
border-color: #2130AB;
}
.TagClassName
{
border-color: #2130AB;
}
</style>