Shades of Persian Blue #043CCB
Tints of Persian Blue #043CCB
RGB
CMYK
RGB Variations
Color information
#043CCB (or 0x043CCB) is known color: Persian Blue. HEX triplet: 04, 3C and CB. RGB value is (4,60,203). Sum of RGB (Red+Green+Blue) = 4+60+203=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #043CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CCB is #FBC334. Grayscale: #3A3A3A. Windows color (decimal): -16499509 or 13319172. OLE color: 13319172.
HSL color Cylindrical-coordinate representation of color #043CCB: hue angle of 223.12º 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 #043CCB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 60 | 203 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.20 |
| HSL | 223.12º | 0.96% | 0.41% | - |
| HSV(B) | 223.12º | 0.98% | 0.8% | - |
| XYZ | 12.45 | 7.57 | 57.31 | - |
| YUV | 59.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 203 | 0.98 | 0.70 | 0 | 0.20 | 223.12 | 0.96 | 0.41 |
| Hex | 4 | 3C | CB | 62 | 46 | 0 | 14 | DF | 60 | 29 |
| Octal | 4 | 74 | 313 | 142 | 106 | 0 | 24 | 337 | 140 | 51 |
| Binary | 100 | 111100 | 11001011 | 1100010 | 1000110 | 0 | 10100 | 11011111 | 1100000 | 101001 |
Color Harmonies of #043CCB
Complementary color
Monochromatic Colors of #043CCB
Black with #043CCB
Text Example
Text Example
White with #043CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CCB; }
p { color: rgb(4,60,203); }
H1.HeaderClassName
{
color: #043CCB;
}
.AnyTagClassName
{
color: #043CCB;
}
</style>
background-color css
<style>
a { background-color: #043CCB; }
a { background-color: rgb(4,60,203); }
div.DivClassName
{
background-color: #043CCB;
}
.BgClassName
{
background-color: #043CCB;
}
</style>
border-color css
<style>
span { border-color: #043CCB; }
span { border-color: rgb(4,60,203); }
td.TdClassName
{
border-color: #043CCB;
}
.TagClassName
{
border-color: #043CCB;
}
</style>