Shades of Persian Blue #043ACE
Tints of Persian Blue #043ACE
RGB
CMYK
RGB Variations
Color information
#043ACE (or 0x043ACE) is known color: Persian Blue. HEX triplet: 04, 3A and CE. RGB value is (4,58,206). Sum of RGB (Red+Green+Blue) = 4+58+206=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #043ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043ACE is #FBC531. Grayscale: #3A3A3A. Windows color (decimal): -16500018 or 13515268. OLE color: 13515268.
HSL color Cylindrical-coordinate representation of color #043ACE: hue angle of 223.96º 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 #043ACE is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 58 | 206 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.19 |
| HSL | 223.96º | 0.96% | 0.41% | - |
| HSV(B) | 223.96º | 0.98% | 0.81% | - |
| XYZ | 12.7 | 7.51 | 59.17 | - |
| YUV | 58.73 | 211.11 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 206 | 0.98 | 0.72 | 0 | 0.19 | 223.96 | 0.96 | 0.41 |
| Hex | 4 | 3A | CE | 62 | 48 | 0 | 13 | E0 | 60 | 29 |
| Octal | 4 | 72 | 316 | 142 | 110 | 0 | 23 | 340 | 140 | 51 |
| Binary | 100 | 111010 | 11001110 | 1100010 | 1001000 | 0 | 10011 | 11100000 | 1100000 | 101001 |
Color Harmonies of #043ACE
Complementary color
Monochromatic Colors of #043ACE
Black with #043ACE
Text Example
Text Example
White with #043ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043ACE; }
p { color: rgb(4,58,206); }
H1.HeaderClassName
{
color: #043ACE;
}
.AnyTagClassName
{
color: #043ACE;
}
</style>
background-color css
<style>
a { background-color: #043ACE; }
a { background-color: rgb(4,58,206); }
div.DivClassName
{
background-color: #043ACE;
}
.BgClassName
{
background-color: #043ACE;
}
</style>
border-color css
<style>
span { border-color: #043ACE; }
span { border-color: rgb(4,58,206); }
td.TdClassName
{
border-color: #043ACE;
}
.TagClassName
{
border-color: #043ACE;
}
</style>