Shades of Persian Blue #043DD2
Tints of Persian Blue #043DD2
RGB
CMYK
RGB Variations
Color information
#043DD2 (or 0x043DD2) is known color: Persian Blue. HEX triplet: 04, 3D and D2. RGB value is (4,61,210). Sum of RGB (Red+Green+Blue) = 4+61+210=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 210 (82.42% from 255 or 76.36% from 275); Max value from RGB is 210 - color contains mainly: blue. Hex color #043DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DD2 is #FBC22D. Grayscale: #3C3C3C. Windows color (decimal): -16499246 or 13778180. OLE color: 13778180.
HSL color Cylindrical-coordinate representation of color #043DD2: hue angle of 223.4º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DD2 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 61 | 210 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.18 |
| HSL | 223.4º | 0.96% | 0.42% | - |
| HSV(B) | 223.4º | 0.98% | 0.82% | - |
| XYZ | 13.35 | 8.02 | 61.82 | - |
| YUV | 60.94 | 212.12 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 210 | 0.98 | 0.71 | 0 | 0.18 | 223.4 | 0.96 | 0.42 |
| Hex | 4 | 3D | D2 | 62 | 47 | 0 | 12 | DF | 60 | 2A |
| Octal | 4 | 75 | 322 | 142 | 107 | 0 | 22 | 337 | 140 | 52 |
| Binary | 100 | 111101 | 11010010 | 1100010 | 1000111 | 0 | 10010 | 11011111 | 1100000 | 101010 |
Color Harmonies of #043DD2
Complementary color
Monochromatic Colors of #043DD2
Black with #043DD2
Text Example
Text Example
White with #043DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DD2; }
p { color: rgb(4,61,210); }
H1.HeaderClassName
{
color: #043DD2;
}
.AnyTagClassName
{
color: #043DD2;
}
</style>
background-color css
<style>
a { background-color: #043DD2; }
a { background-color: rgb(4,61,210); }
div.DivClassName
{
background-color: #043DD2;
}
.BgClassName
{
background-color: #043DD2;
}
</style>
border-color css
<style>
span { border-color: #043DD2; }
span { border-color: rgb(4,61,210); }
td.TdClassName
{
border-color: #043DD2;
}
.TagClassName
{
border-color: #043DD2;
}
</style>