Shades of Persian Blue #2144B0
Tints of Persian Blue #2144B0
RGB
CMYK
RGB Variations
Color information
#2144B0 (or 0x2144B0) is known color: Persian Blue. HEX triplet: 21, 44 and B0. RGB value is (33,68,176). Sum of RGB (Red+Green+Blue) = 33+68+176=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 176 (69.14% from 255 or 63.54% from 277); Max value from RGB is 176 - color contains mainly: blue. Hex color #2144B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2144B0 is #DEBB4F. Grayscale: #454545. Windows color (decimal): -14596944 or 11551777. OLE color: 11551777.
HSL color Cylindrical-coordinate representation of color #2144B0: hue angle of 225.31º 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 #2144B0 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 68 | 176 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.31 |
| HSL | 225.31º | 0.68% | 0.41% | - |
| HSV(B) | 225.31º | 0.81% | 0.69% | - |
| XYZ | 10.53 | 7.59 | 41.98 | - |
| YUV | 69.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 176 | 0.81 | 0.61 | 0 | 0.31 | 225.31 | 0.68 | 0.41 |
| Hex | 21 | 44 | B0 | 51 | 3D | 0 | 1F | E1 | 44 | 29 |
| Octal | 41 | 104 | 260 | 121 | 75 | 0 | 37 | 341 | 104 | 51 |
| Binary | 100001 | 1000100 | 10110000 | 1010001 | 111101 | 0 | 11111 | 11100001 | 1000100 | 101001 |
Color Harmonies of #2144B0
Complementary color
Monochromatic Colors of #2144B0
Black with #2144B0
Text Example
Text Example
White with #2144B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144B0; }
p { color: rgb(33,68,176); }
H1.HeaderClassName
{
color: #2144B0;
}
.AnyTagClassName
{
color: #2144B0;
}
</style>
background-color css
<style>
a { background-color: #2144B0; }
a { background-color: rgb(33,68,176); }
div.DivClassName
{
background-color: #2144B0;
}
.BgClassName
{
background-color: #2144B0;
}
</style>
border-color css
<style>
span { border-color: #2144B0; }
span { border-color: rgb(33,68,176); }
td.TdClassName
{
border-color: #2144B0;
}
.TagClassName
{
border-color: #2144B0;
}
</style>