Shades of Persian Blue #043CDD
Tints of Persian Blue #043CDD
RGB
CMYK
RGB Variations
Color information
#043CDD (or 0x043CDD) is known color: Persian Blue. HEX triplet: 04, 3C and DD. RGB value is (4,60,221). Sum of RGB (Red+Green+Blue) = 4+60+221=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #043CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CDD is #FBC322. Grayscale: #3C3C3C. Windows color (decimal): -16499491 or 14498820. OLE color: 14498820.
HSL color Cylindrical-coordinate representation of color #043CDD: hue angle of 224.52º 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 #043CDD is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 60 | 221 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.13 |
| HSL | 224.52º | 0.96% | 0.44% | - |
| HSV(B) | 224.52º | 0.98% | 0.87% | - |
| XYZ | 14.72 | 8.48 | 69.27 | - |
| YUV | 61.61 | 217.95 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 221 | 0.98 | 0.73 | 0 | 0.13 | 224.52 | 0.96 | 0.44 |
| Hex | 4 | 3C | DD | 62 | 49 | 0 | D | E1 | 60 | 2C |
| Octal | 4 | 74 | 335 | 142 | 111 | 0 | 15 | 341 | 140 | 54 |
| Binary | 100 | 111100 | 11011101 | 1100010 | 1001001 | 0 | 1101 | 11100001 | 1100000 | 101100 |
Color Harmonies of #043CDD
Complementary color
Monochromatic Colors of #043CDD
Black with #043CDD
Text Example
Text Example
White with #043CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CDD; }
p { color: rgb(4,60,221); }
H1.HeaderClassName
{
color: #043CDD;
}
.AnyTagClassName
{
color: #043CDD;
}
</style>
background-color css
<style>
a { background-color: #043CDD; }
a { background-color: rgb(4,60,221); }
div.DivClassName
{
background-color: #043CDD;
}
.BgClassName
{
background-color: #043CDD;
}
</style>
border-color css
<style>
span { border-color: #043CDD; }
span { border-color: rgb(4,60,221); }
td.TdClassName
{
border-color: #043CDD;
}
.TagClassName
{
border-color: #043CDD;
}
</style>