Shades of Persian Blue #043BDE
Tints of Persian Blue #043BDE
RGB
CMYK
RGB Variations
Color information
#043BDE (or 0x043BDE) is known color: Persian Blue. HEX triplet: 04, 3B and DE. RGB value is (4,59,222). Sum of RGB (Red+Green+Blue) = 4+59+222=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #043BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BDE is #FBC421. Grayscale: #3C3C3C. Windows color (decimal): -16499746 or 14564100. OLE color: 14564100.
HSL color Cylindrical-coordinate representation of color #043BDE: hue angle of 224.86º 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 #043BDE is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 59 | 222 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.13 |
| HSL | 224.86º | 0.96% | 0.44% | - |
| HSV(B) | 224.86º | 0.98% | 0.87% | - |
| XYZ | 14.8 | 8.43 | 69.95 | - |
| YUV | 61.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 222 | 0.98 | 0.73 | 0 | 0.13 | 224.86 | 0.96 | 0.44 |
| Hex | 4 | 3B | DE | 62 | 49 | 0 | D | E1 | 60 | 2C |
| Octal | 4 | 73 | 336 | 142 | 111 | 0 | 15 | 341 | 140 | 54 |
| Binary | 100 | 111011 | 11011110 | 1100010 | 1001001 | 0 | 1101 | 11100001 | 1100000 | 101100 |
Color Harmonies of #043BDE
Complementary color
Monochromatic Colors of #043BDE
Black with #043BDE
Text Example
Text Example
White with #043BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BDE; }
p { color: rgb(4,59,222); }
H1.HeaderClassName
{
color: #043BDE;
}
.AnyTagClassName
{
color: #043BDE;
}
</style>
background-color css
<style>
a { background-color: #043BDE; }
a { background-color: rgb(4,59,222); }
div.DivClassName
{
background-color: #043BDE;
}
.BgClassName
{
background-color: #043BDE;
}
</style>
border-color css
<style>
span { border-color: #043BDE; }
span { border-color: rgb(4,59,222); }
td.TdClassName
{
border-color: #043BDE;
}
.TagClassName
{
border-color: #043BDE;
}
</style>