Shades of Persian Blue #2143AA
Tints of Persian Blue #2143AA
RGB
CMYK
RGB Variations
Color information
#2143AA (or 0x2143AA) is known color: Persian Blue. HEX triplet: 21, 43 and AA. RGB value is (33,67,170). Sum of RGB (Red+Green+Blue) = 33+67+170=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #2143AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2143AA is #DEBC55. Grayscale: #444444. Windows color (decimal): -14597206 or 11158305. OLE color: 11158305.
HSL color Cylindrical-coordinate representation of color #2143AA: hue angle of 225.11º degrees, saturation: 0.67, 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 #2143AA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 67 | 170 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.33 |
| HSL | 225.11º | 0.67% | 0.4% | - |
| HSV(B) | 225.11º | 0.81% | 0.67% | - |
| XYZ | 9.89 | 7.24 | 38.91 | - |
| YUV | 68.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 170 | 0.81 | 0.61 | 0 | 0.33 | 225.11 | 0.67 | 0.4 |
| Hex | 21 | 43 | AA | 51 | 3D | 0 | 21 | E1 | 43 | 28 |
| Octal | 41 | 103 | 252 | 121 | 75 | 0 | 41 | 341 | 103 | 50 |
| Binary | 100001 | 1000011 | 10101010 | 1010001 | 111101 | 0 | 100001 | 11100001 | 1000011 | 101000 |
Color Harmonies of #2143AA
Complementary color
Monochromatic Colors of #2143AA
Black with #2143AA
Text Example
Text Example
White with #2143AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143AA; }
p { color: rgb(33,67,170); }
H1.HeaderClassName
{
color: #2143AA;
}
.AnyTagClassName
{
color: #2143AA;
}
</style>
background-color css
<style>
a { background-color: #2143AA; }
a { background-color: rgb(33,67,170); }
div.DivClassName
{
background-color: #2143AA;
}
.BgClassName
{
background-color: #2143AA;
}
</style>
border-color css
<style>
span { border-color: #2143AA; }
span { border-color: rgb(33,67,170); }
td.TdClassName
{
border-color: #2143AA;
}
.TagClassName
{
border-color: #2143AA;
}
</style>