Shades of Persian Blue #043BDF
Tints of Persian Blue #043BDF
RGB
CMYK
RGB Variations
Color information
#043BDF (or 0x043BDF) is known color: Persian Blue. HEX triplet: 04, 3B and DF. RGB value is (4,59,223). Sum of RGB (Red+Green+Blue) = 4+59+223=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #043BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BDF is #FBC420. Grayscale: #3C3C3C. Windows color (decimal): -16499745 or 14629636. OLE color: 14629636.
HSL color Cylindrical-coordinate representation of color #043BDF: hue angle of 224.93º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043BDF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 59 | 223 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.13 |
| HSL | 224.93º | 0.96% | 0.45% | - |
| HSV(B) | 224.93º | 0.98% | 0.87% | - |
| XYZ | 14.93 | 8.48 | 70.66 | - |
| YUV | 61.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 223 | 0.98 | 0.74 | 0 | 0.13 | 224.93 | 0.96 | 0.45 |
| Hex | 4 | 3B | DF | 62 | 4A | 0 | D | E1 | 60 | 2D |
| Octal | 4 | 73 | 337 | 142 | 112 | 0 | 15 | 341 | 140 | 55 |
| Binary | 100 | 111011 | 11011111 | 1100010 | 1001010 | 0 | 1101 | 11100001 | 1100000 | 101101 |
Color Harmonies of #043BDF
Complementary color
Monochromatic Colors of #043BDF
Black with #043BDF
Text Example
Text Example
White with #043BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BDF; }
p { color: rgb(4,59,223); }
H1.HeaderClassName
{
color: #043BDF;
}
.AnyTagClassName
{
color: #043BDF;
}
</style>
background-color css
<style>
a { background-color: #043BDF; }
a { background-color: rgb(4,59,223); }
div.DivClassName
{
background-color: #043BDF;
}
.BgClassName
{
background-color: #043BDF;
}
</style>
border-color css
<style>
span { border-color: #043BDF; }
span { border-color: rgb(4,59,223); }
td.TdClassName
{
border-color: #043BDF;
}
.TagClassName
{
border-color: #043BDF;
}
</style>