Shades of Persian Blue #2140AF
Tints of Persian Blue #2140AF
RGB
CMYK
RGB Variations
Color information
#2140AF (or 0x2140AF) is known color: Persian Blue. HEX triplet: 21, 40 and AF. RGB value is (33,64,175). Sum of RGB (Red+Green+Blue) = 33+64+175=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #2140AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2140AF is #DEBF50. Grayscale: #424242. Windows color (decimal): -14597969 or 11485217. OLE color: 11485217.
HSL color Cylindrical-coordinate representation of color #2140AF: hue angle of 226.9º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2140AF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 64 | 175 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.31 |
| HSL | 226.9º | 0.68% | 0.41% | - |
| HSV(B) | 226.9º | 0.81% | 0.69% | - |
| XYZ | 10.2 | 7.09 | 41.39 | - |
| YUV | 67.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 175 | 0.81 | 0.63 | 0 | 0.31 | 226.9 | 0.68 | 0.41 |
| Hex | 21 | 40 | AF | 51 | 3F | 0 | 1F | E3 | 44 | 29 |
| Octal | 41 | 100 | 257 | 121 | 77 | 0 | 37 | 343 | 104 | 51 |
| Binary | 100001 | 1000000 | 10101111 | 1010001 | 111111 | 0 | 11111 | 11100011 | 1000100 | 101001 |
Color Harmonies of #2140AF
Complementary color
Monochromatic Colors of #2140AF
Black with #2140AF
Text Example
Text Example
White with #2140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140AF; }
p { color: rgb(33,64,175); }
H1.HeaderClassName
{
color: #2140AF;
}
.AnyTagClassName
{
color: #2140AF;
}
</style>
background-color css
<style>
a { background-color: #2140AF; }
a { background-color: rgb(33,64,175); }
div.DivClassName
{
background-color: #2140AF;
}
.BgClassName
{
background-color: #2140AF;
}
</style>
border-color css
<style>
span { border-color: #2140AF; }
span { border-color: rgb(33,64,175); }
td.TdClassName
{
border-color: #2140AF;
}
.TagClassName
{
border-color: #2140AF;
}
</style>