Shades of Persian Blue #043BC8
Tints of Persian Blue #043BC8
RGB
CMYK
RGB Variations
Color information
#043BC8 (or 0x043BC8) is known color: Persian Blue. HEX triplet: 04, 3B and C8. RGB value is (4,59,200). Sum of RGB (Red+Green+Blue) = 4+59+200=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 200 (78.52% from 255 or 76.05% from 263); Max value from RGB is 200 - color contains mainly: blue. Hex color #043BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BC8 is #FBC437. Grayscale: #3A3A3A. Windows color (decimal): -16499768 or 13122308. OLE color: 13122308.
HSL color Cylindrical-coordinate representation of color #043BC8: hue angle of 223.16º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043BC8 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 59 | 200 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.22 |
| HSL | 223.16º | 0.96% | 0.4% | - |
| HSV(B) | 223.16º | 0.98% | 0.78% | - |
| XYZ | 12.04 | 7.32 | 55.42 | - |
| YUV | 58.63 | 207.78 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 200 | 0.98 | 0.70 | 0 | 0.22 | 223.16 | 0.96 | 0.4 |
| Hex | 4 | 3B | C8 | 62 | 46 | 0 | 16 | DF | 60 | 28 |
| Octal | 4 | 73 | 310 | 142 | 106 | 0 | 26 | 337 | 140 | 50 |
| Binary | 100 | 111011 | 11001000 | 1100010 | 1000110 | 0 | 10110 | 11011111 | 1100000 | 101000 |
Color Harmonies of #043BC8
Complementary color
Monochromatic Colors of #043BC8
Black with #043BC8
Text Example
Text Example
White with #043BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BC8; }
p { color: rgb(4,59,200); }
H1.HeaderClassName
{
color: #043BC8;
}
.AnyTagClassName
{
color: #043BC8;
}
</style>
background-color css
<style>
a { background-color: #043BC8; }
a { background-color: rgb(4,59,200); }
div.DivClassName
{
background-color: #043BC8;
}
.BgClassName
{
background-color: #043BC8;
}
</style>
border-color css
<style>
span { border-color: #043BC8; }
span { border-color: rgb(4,59,200); }
td.TdClassName
{
border-color: #043BC8;
}
.TagClassName
{
border-color: #043BC8;
}
</style>