Shades of Persian Blue #2144CB
Tints of Persian Blue #2144CB
RGB
CMYK
RGB Variations
Color information
#2144CB (or 0x2144CB) is known color: Persian Blue. HEX triplet: 21, 44 and CB. RGB value is (33,68,203). Sum of RGB (Red+Green+Blue) = 33+68+203=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #2144CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144CB is #DEBB34. Grayscale: #484848. Windows color (decimal): -14596917 or 13321249. OLE color: 13321249.
HSL color Cylindrical-coordinate representation of color #2144CB: hue angle of 227.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2144CB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 68 | 203 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.20 |
| HSL | 227.65º | 0.72% | 0.46% | - |
| HSV(B) | 227.65º | 0.84% | 0.8% | - |
| XYZ | 13.47 | 8.77 | 57.48 | - |
| YUV | 72.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 203 | 0.84 | 0.67 | 0 | 0.20 | 227.65 | 0.72 | 0.46 |
| Hex | 21 | 44 | CB | 54 | 43 | 0 | 14 | E4 | 48 | 2E |
| Octal | 41 | 104 | 313 | 124 | 103 | 0 | 24 | 344 | 110 | 56 |
| Binary | 100001 | 1000100 | 11001011 | 1010100 | 1000011 | 0 | 10100 | 11100100 | 1001000 | 101110 |
Color Harmonies of #2144CB
Complementary color
Monochromatic Colors of #2144CB
Black with #2144CB
Text Example
Text Example
White with #2144CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144CB; }
p { color: rgb(33,68,203); }
H1.HeaderClassName
{
color: #2144CB;
}
.AnyTagClassName
{
color: #2144CB;
}
</style>
background-color css
<style>
a { background-color: #2144CB; }
a { background-color: rgb(33,68,203); }
div.DivClassName
{
background-color: #2144CB;
}
.BgClassName
{
background-color: #2144CB;
}
</style>
border-color css
<style>
span { border-color: #2144CB; }
span { border-color: rgb(33,68,203); }
td.TdClassName
{
border-color: #2144CB;
}
.TagClassName
{
border-color: #2144CB;
}
</style>