Shades of Persian Blue #2044CC
Tints of Persian Blue #2044CC
RGB
CMYK
RGB Variations
Color information
#2044CC (or 0x2044CC) is known color: Persian Blue. HEX triplet: 20, 44 and CC. RGB value is (32,68,204). Sum of RGB (Red+Green+Blue) = 32+68+204=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #2044CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2044CC is #DFBB33. Grayscale: #484848. Windows color (decimal): -14662452 or 13386784. OLE color: 13386784.
HSL color Cylindrical-coordinate representation of color #2044CC: hue angle of 227.44º degrees, saturation: 0.73, 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 #2044CC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 68 | 204 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.2 |
| HSL | 227.44º | 0.73% | 0.46% | - |
| HSV(B) | 227.44º | 0.84% | 0.8% | - |
| XYZ | 13.56 | 8.8 | 58.11 | - |
| YUV | 72.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 204 | 0.84 | 0.67 | 0 | 0.2 | 227.44 | 0.73 | 0.46 |
| Hex | 20 | 44 | CC | 54 | 43 | 0 | 14 | E3 | 49 | 2E |
| Octal | 40 | 104 | 314 | 124 | 103 | 0 | 24 | 343 | 111 | 56 |
| Binary | 100000 | 1000100 | 11001100 | 1010100 | 1000011 | 0 | 10100 | 11100011 | 1001001 | 101110 |
Color Harmonies of #2044CC
Complementary color
Monochromatic Colors of #2044CC
Black with #2044CC
Text Example
Text Example
White with #2044CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2044CC; }
p { color: rgb(32,68,204); }
H1.HeaderClassName
{
color: #2044CC;
}
.AnyTagClassName
{
color: #2044CC;
}
</style>
background-color css
<style>
a { background-color: #2044CC; }
a { background-color: rgb(32,68,204); }
div.DivClassName
{
background-color: #2044CC;
}
.BgClassName
{
background-color: #2044CC;
}
</style>
border-color css
<style>
span { border-color: #2044CC; }
span { border-color: rgb(32,68,204); }
td.TdClassName
{
border-color: #2044CC;
}
.TagClassName
{
border-color: #2044CC;
}
</style>