Shades of Persian Blue #043BCE
Tints of Persian Blue #043BCE
RGB
CMYK
RGB Variations
Color information
#043BCE (or 0x043BCE) is known color: Persian Blue. HEX triplet: 04, 3B and CE. RGB value is (4,59,206). Sum of RGB (Red+Green+Blue) = 4+59+206=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #043BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BCE is #FBC431. Grayscale: #3A3A3A. Windows color (decimal): -16499762 or 13515524. OLE color: 13515524.
HSL color Cylindrical-coordinate representation of color #043BCE: hue angle of 223.66º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043BCE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 59 | 206 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.19 |
| HSL | 223.66º | 0.96% | 0.41% | - |
| HSV(B) | 223.66º | 0.98% | 0.81% | - |
| XYZ | 12.75 | 7.61 | 59.19 | - |
| YUV | 59.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 206 | 0.98 | 0.71 | 0 | 0.19 | 223.66 | 0.96 | 0.41 |
| Hex | 4 | 3B | CE | 62 | 47 | 0 | 13 | E0 | 60 | 29 |
| Octal | 4 | 73 | 316 | 142 | 107 | 0 | 23 | 340 | 140 | 51 |
| Binary | 100 | 111011 | 11001110 | 1100010 | 1000111 | 0 | 10011 | 11100000 | 1100000 | 101001 |
Color Harmonies of #043BCE
Complementary color
Monochromatic Colors of #043BCE
Black with #043BCE
Text Example
Text Example
White with #043BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BCE; }
p { color: rgb(4,59,206); }
H1.HeaderClassName
{
color: #043BCE;
}
.AnyTagClassName
{
color: #043BCE;
}
</style>
background-color css
<style>
a { background-color: #043BCE; }
a { background-color: rgb(4,59,206); }
div.DivClassName
{
background-color: #043BCE;
}
.BgClassName
{
background-color: #043BCE;
}
</style>
border-color css
<style>
span { border-color: #043BCE; }
span { border-color: rgb(4,59,206); }
td.TdClassName
{
border-color: #043BCE;
}
.TagClassName
{
border-color: #043BCE;
}
</style>