Shades of Persian Blue #043DC5
Tints of Persian Blue #043DC5
RGB
CMYK
RGB Variations
Color information
#043DC5 (or 0x043DC5) is known color: Persian Blue. HEX triplet: 04, 3D and C5. RGB value is (4,61,197). Sum of RGB (Red+Green+Blue) = 4+61+197=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 197 (77.34% from 255 or 75.19% from 262); Max value from RGB is 197 - color contains mainly: blue. Hex color #043DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DC5 is #FBC23A. Grayscale: #3A3A3A. Windows color (decimal): -16499259 or 12926212. OLE color: 12926212.
HSL color Cylindrical-coordinate representation of color #043DC5: hue angle of 222.28º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DC5 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 61 | 197 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.23 |
| HSL | 222.28º | 0.96% | 0.39% | - |
| HSV(B) | 222.28º | 0.98% | 0.77% | - |
| XYZ | 11.8 | 7.39 | 53.63 | - |
| YUV | 59.46 | 205.62 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 197 | 0.98 | 0.69 | 0 | 0.23 | 222.28 | 0.96 | 0.39 |
| Hex | 4 | 3D | C5 | 62 | 45 | 0 | 17 | DE | 60 | 27 |
| Octal | 4 | 75 | 305 | 142 | 105 | 0 | 27 | 336 | 140 | 47 |
| Binary | 100 | 111101 | 11000101 | 1100010 | 1000101 | 0 | 10111 | 11011110 | 1100000 | 100111 |
Color Harmonies of #043DC5
Complementary color
Monochromatic Colors of #043DC5
Black with #043DC5
Text Example
Text Example
White with #043DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DC5; }
p { color: rgb(4,61,197); }
H1.HeaderClassName
{
color: #043DC5;
}
.AnyTagClassName
{
color: #043DC5;
}
</style>
background-color css
<style>
a { background-color: #043DC5; }
a { background-color: rgb(4,61,197); }
div.DivClassName
{
background-color: #043DC5;
}
.BgClassName
{
background-color: #043DC5;
}
</style>
border-color css
<style>
span { border-color: #043DC5; }
span { border-color: rgb(4,61,197); }
td.TdClassName
{
border-color: #043DC5;
}
.TagClassName
{
border-color: #043DC5;
}
</style>