Shades of Persian Blue #2144CD
Tints of Persian Blue #2144CD
RGB
CMYK
RGB Variations
Color information
#2144CD (or 0x2144CD) is known color: Persian Blue. HEX triplet: 21, 44 and CD. RGB value is (33,68,205). Sum of RGB (Red+Green+Blue) = 33+68+205=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #2144CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144CD is #DEBB32. Grayscale: #484848. Windows color (decimal): -14596915 or 13452321. OLE color: 13452321.
HSL color Cylindrical-coordinate representation of color #2144CD: hue angle of 227.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2144CD is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 68 | 205 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.20 |
| HSL | 227.79º | 0.72% | 0.47% | - |
| HSV(B) | 227.79º | 0.84% | 0.8% | - |
| XYZ | 13.71 | 8.87 | 58.75 | - |
| YUV | 73.15 | 202.4 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 205 | 0.84 | 0.67 | 0 | 0.20 | 227.79 | 0.72 | 0.47 |
| Hex | 21 | 44 | CD | 54 | 43 | 0 | 14 | E4 | 48 | 2F |
| Octal | 41 | 104 | 315 | 124 | 103 | 0 | 24 | 344 | 110 | 57 |
| Binary | 100001 | 1000100 | 11001101 | 1010100 | 1000011 | 0 | 10100 | 11100100 | 1001000 | 101111 |
Color Harmonies of #2144CD
Complementary color
Monochromatic Colors of #2144CD
Black with #2144CD
Text Example
Text Example
White with #2144CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144CD; }
p { color: rgb(33,68,205); }
H1.HeaderClassName
{
color: #2144CD;
}
.AnyTagClassName
{
color: #2144CD;
}
</style>
background-color css
<style>
a { background-color: #2144CD; }
a { background-color: rgb(33,68,205); }
div.DivClassName
{
background-color: #2144CD;
}
.BgClassName
{
background-color: #2144CD;
}
</style>
border-color css
<style>
span { border-color: #2144CD; }
span { border-color: rgb(33,68,205); }
td.TdClassName
{
border-color: #2144CD;
}
.TagClassName
{
border-color: #2144CD;
}
</style>