Shades of Persian Blue #2140AD
Tints of Persian Blue #2140AD
RGB
CMYK
RGB Variations
Color information
#2140AD (or 0x2140AD) is known color: Persian Blue. HEX triplet: 21, 40 and AD. RGB value is (33,64,173). Sum of RGB (Red+Green+Blue) = 33+64+173=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #2140AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2140AD is #DEBF52. Grayscale: #424242. Windows color (decimal): -14597971 or 11354145. OLE color: 11354145.
HSL color Cylindrical-coordinate representation of color #2140AD: hue angle of 226.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2140AD is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 64 | 173 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.32 |
| HSL | 226.71º | 0.68% | 0.4% | - |
| HSV(B) | 226.71º | 0.81% | 0.68% | - |
| XYZ | 10 | 7.01 | 40.36 | - |
| YUV | 67.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 173 | 0.81 | 0.63 | 0 | 0.32 | 226.71 | 0.68 | 0.4 |
| Hex | 21 | 40 | AD | 51 | 3F | 0 | 20 | E3 | 44 | 28 |
| Octal | 41 | 100 | 255 | 121 | 77 | 0 | 40 | 343 | 104 | 50 |
| Binary | 100001 | 1000000 | 10101101 | 1010001 | 111111 | 0 | 100000 | 11100011 | 1000100 | 101000 |
Color Harmonies of #2140AD
Complementary color
Monochromatic Colors of #2140AD
Black with #2140AD
Text Example
Text Example
White with #2140AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140AD; }
p { color: rgb(33,64,173); }
H1.HeaderClassName
{
color: #2140AD;
}
.AnyTagClassName
{
color: #2140AD;
}
</style>
background-color css
<style>
a { background-color: #2140AD; }
a { background-color: rgb(33,64,173); }
div.DivClassName
{
background-color: #2140AD;
}
.BgClassName
{
background-color: #2140AD;
}
</style>
border-color css
<style>
span { border-color: #2140AD; }
span { border-color: rgb(33,64,173); }
td.TdClassName
{
border-color: #2140AD;
}
.TagClassName
{
border-color: #2140AD;
}
</style>