Shades of Persian Blue #2042CC
Tints of Persian Blue #2042CC
RGB
CMYK
RGB Variations
Color information
#2042CC (or 0x2042CC) is known color: Persian Blue. HEX triplet: 20, 42 and CC. RGB value is (32,66,204). Sum of RGB (Red+Green+Blue) = 32+66+204=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #2042CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2042CC is #DFBD33. Grayscale: #464646. Windows color (decimal): -14662964 or 13386272. OLE color: 13386272.
HSL color Cylindrical-coordinate representation of color #2042CC: hue angle of 228.14º 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 #2042CC is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 66 | 204 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.2 |
| HSL | 228.14º | 0.73% | 0.46% | - |
| HSV(B) | 228.14º | 0.84% | 0.8% | - |
| XYZ | 13.44 | 8.56 | 58.07 | - |
| YUV | 71.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 204 | 0.84 | 0.68 | 0 | 0.2 | 228.14 | 0.73 | 0.46 |
| Hex | 20 | 42 | CC | 54 | 44 | 0 | 14 | E4 | 49 | 2E |
| Octal | 40 | 102 | 314 | 124 | 104 | 0 | 24 | 344 | 111 | 56 |
| Binary | 100000 | 1000010 | 11001100 | 1010100 | 1000100 | 0 | 10100 | 11100100 | 1001001 | 101110 |
Color Harmonies of #2042CC
Complementary color
Monochromatic Colors of #2042CC
Black with #2042CC
Text Example
Text Example
White with #2042CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042CC; }
p { color: rgb(32,66,204); }
H1.HeaderClassName
{
color: #2042CC;
}
.AnyTagClassName
{
color: #2042CC;
}
</style>
background-color css
<style>
a { background-color: #2042CC; }
a { background-color: rgb(32,66,204); }
div.DivClassName
{
background-color: #2042CC;
}
.BgClassName
{
background-color: #2042CC;
}
</style>
border-color css
<style>
span { border-color: #2042CC; }
span { border-color: rgb(32,66,204); }
td.TdClassName
{
border-color: #2042CC;
}
.TagClassName
{
border-color: #2042CC;
}
</style>