Shades of Persian Blue #042CDD
Tints of Persian Blue #042CDD
RGB
CMYK
RGB Variations
Color information
#042CDD (or 0x042CDD) is known color: Persian Blue. HEX triplet: 04, 2C and DD. RGB value is (4,44,221). Sum of RGB (Red+Green+Blue) = 4+44+221=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #042CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CDD is #FBD322. Grayscale: #333333. Windows color (decimal): -16503587 or 14494724. OLE color: 14494724.
HSL color Cylindrical-coordinate representation of color #042CDD: hue angle of 228.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CDD is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 44 | 221 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.13 |
| HSL | 228.94º | 0.96% | 0.44% | - |
| HSV(B) | 228.94º | 0.98% | 0.87% | - |
| XYZ | 14 | 7.05 | 69.03 | - |
| YUV | 52.22 | 223.25 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 221 | 0.98 | 0.80 | 0 | 0.13 | 228.94 | 0.96 | 0.44 |
| Hex | 4 | 2C | DD | 62 | 50 | 0 | D | E5 | 60 | 2C |
| Octal | 4 | 54 | 335 | 142 | 120 | 0 | 15 | 345 | 140 | 54 |
| Binary | 100 | 101100 | 11011101 | 1100010 | 1010000 | 0 | 1101 | 11100101 | 1100000 | 101100 |
Color Harmonies of #042CDD
Complementary color
Monochromatic Colors of #042CDD
Black with #042CDD
Text Example
Text Example
White with #042CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042CDD; }
p { color: rgb(4,44,221); }
H1.HeaderClassName
{
color: #042CDD;
}
.AnyTagClassName
{
color: #042CDD;
}
</style>
background-color css
<style>
a { background-color: #042CDD; }
a { background-color: rgb(4,44,221); }
div.DivClassName
{
background-color: #042CDD;
}
.BgClassName
{
background-color: #042CDD;
}
</style>
border-color css
<style>
span { border-color: #042CDD; }
span { border-color: rgb(4,44,221); }
td.TdClassName
{
border-color: #042CDD;
}
.TagClassName
{
border-color: #042CDD;
}
</style>