Shades of Persian Blue #043BCD
Tints of Persian Blue #043BCD
RGB
CMYK
RGB Variations
Color information
#043BCD (or 0x043BCD) is known color: Persian Blue. HEX triplet: 04, 3B and CD. RGB value is (4,59,205). Sum of RGB (Red+Green+Blue) = 4+59+205=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #043BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BCD is #FBC432. Grayscale: #3A3A3A. Windows color (decimal): -16499763 or 13449988. OLE color: 13449988.
HSL color Cylindrical-coordinate representation of color #043BCD: hue angle of 223.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043BCD is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 59 | 205 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.20 |
| HSL | 223.58º | 0.96% | 0.41% | - |
| HSV(B) | 223.58º | 0.98% | 0.8% | - |
| XYZ | 12.63 | 7.56 | 58.55 | - |
| YUV | 59.2 | 210.28 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 205 | 0.98 | 0.71 | 0 | 0.20 | 223.58 | 0.96 | 0.41 |
| Hex | 4 | 3B | CD | 62 | 47 | 0 | 14 | E0 | 60 | 29 |
| Octal | 4 | 73 | 315 | 142 | 107 | 0 | 24 | 340 | 140 | 51 |
| Binary | 100 | 111011 | 11001101 | 1100010 | 1000111 | 0 | 10100 | 11100000 | 1100000 | 101001 |
Color Harmonies of #043BCD
Complementary color
Monochromatic Colors of #043BCD
Black with #043BCD
Text Example
Text Example
White with #043BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BCD; }
p { color: rgb(4,59,205); }
H1.HeaderClassName
{
color: #043BCD;
}
.AnyTagClassName
{
color: #043BCD;
}
</style>
background-color css
<style>
a { background-color: #043BCD; }
a { background-color: rgb(4,59,205); }
div.DivClassName
{
background-color: #043BCD;
}
.BgClassName
{
background-color: #043BCD;
}
</style>
border-color css
<style>
span { border-color: #043BCD; }
span { border-color: rgb(4,59,205); }
td.TdClassName
{
border-color: #043BCD;
}
.TagClassName
{
border-color: #043BCD;
}
</style>