Shades of Persian Blue #043AF2
Tints of Persian Blue #043AF2
RGB
CMYK
RGB Variations
Color information
#043AF2 (or 0x043AF2) is known color: Persian Blue. HEX triplet: 04, 3A and F2. RGB value is (4,58,242). Sum of RGB (Red+Green+Blue) = 4+58+242=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 242 (94.92% from 255 or 79.61% from 304); Max value from RGB is 242 - color contains mainly: blue. Hex color #043AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043AF2 is #FBC50D. Grayscale: #3E3E3E. Windows color (decimal): -16499982 or 15874564. OLE color: 15874564.
HSL color Cylindrical-coordinate representation of color #043AF2: hue angle of 226.39º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AF2 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 58 | 242 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.05 |
| HSL | 226.39º | 0.97% | 0.48% | - |
| HSV(B) | 226.39º | 0.98% | 0.95% | - |
| XYZ | 17.59 | 9.46 | 84.9 | - |
| YUV | 62.83 | 229.11 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 242 | 0.98 | 0.76 | 0 | 0.05 | 226.39 | 0.97 | 0.48 |
| Hex | 4 | 3A | F2 | 62 | 4C | 0 | 5 | E2 | 61 | 30 |
| Octal | 4 | 72 | 362 | 142 | 114 | 0 | 5 | 342 | 141 | 60 |
| Binary | 100 | 111010 | 11110010 | 1100010 | 1001100 | 0 | 101 | 11100010 | 1100001 | 110000 |
Color Harmonies of #043AF2
Complementary color
Monochromatic Colors of #043AF2
Black with #043AF2
Text Example
Text Example
White with #043AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043AF2; }
p { color: rgb(4,58,242); }
H1.HeaderClassName
{
color: #043AF2;
}
.AnyTagClassName
{
color: #043AF2;
}
</style>
background-color css
<style>
a { background-color: #043AF2; }
a { background-color: rgb(4,58,242); }
div.DivClassName
{
background-color: #043AF2;
}
.BgClassName
{
background-color: #043AF2;
}
</style>
border-color css
<style>
span { border-color: #043AF2; }
span { border-color: rgb(4,58,242); }
td.TdClassName
{
border-color: #043AF2;
}
.TagClassName
{
border-color: #043AF2;
}
</style>