Shades of Persian Blue #043DCC
Tints of Persian Blue #043DCC
RGB
CMYK
RGB Variations
Color information
#043DCC (or 0x043DCC) is known color: Persian Blue. HEX triplet: 04, 3D and CC. RGB value is (4,61,204). Sum of RGB (Red+Green+Blue) = 4+61+204=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #043DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DCC is #FBC233. Grayscale: #3B3B3B. Windows color (decimal): -16499252 or 13384964. OLE color: 13384964.
HSL color Cylindrical-coordinate representation of color #043DCC: hue angle of 222.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DCC is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 61 | 204 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.2 |
| HSL | 222.9º | 0.96% | 0.41% | - |
| HSV(B) | 222.9º | 0.98% | 0.8% | - |
| XYZ | 12.62 | 7.72 | 57.95 | - |
| YUV | 60.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 204 | 0.98 | 0.70 | 0 | 0.2 | 222.9 | 0.96 | 0.41 |
| Hex | 4 | 3D | CC | 62 | 46 | 0 | 14 | DF | 60 | 29 |
| Octal | 4 | 75 | 314 | 142 | 106 | 0 | 24 | 337 | 140 | 51 |
| Binary | 100 | 111101 | 11001100 | 1100010 | 1000110 | 0 | 10100 | 11011111 | 1100000 | 101001 |
Color Harmonies of #043DCC
Complementary color
Monochromatic Colors of #043DCC
Black with #043DCC
Text Example
Text Example
White with #043DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DCC; }
p { color: rgb(4,61,204); }
H1.HeaderClassName
{
color: #043DCC;
}
.AnyTagClassName
{
color: #043DCC;
}
</style>
background-color css
<style>
a { background-color: #043DCC; }
a { background-color: rgb(4,61,204); }
div.DivClassName
{
background-color: #043DCC;
}
.BgClassName
{
background-color: #043DCC;
}
</style>
border-color css
<style>
span { border-color: #043DCC; }
span { border-color: rgb(4,61,204); }
td.TdClassName
{
border-color: #043DCC;
}
.TagClassName
{
border-color: #043DCC;
}
</style>