Shades of Persian Blue #032AD4
Tints of Persian Blue #032AD4
RGB
CMYK
RGB Variations
Color information
#032AD4 (or 0x032AD4) is known color: Persian Blue. HEX triplet: 03, 2A and D4. RGB value is (3,42,212). Sum of RGB (Red+Green+Blue) = 3+42+212=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 212 (83.20% from 255 or 82.49% from 257); Max value from RGB is 212 - color contains mainly: blue. Hex color #032AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032AD4 is #FCD52B. Grayscale: #313131. Windows color (decimal): -16569644 or 13904387. OLE color: 13904387.
HSL color Cylindrical-coordinate representation of color #032AD4: hue angle of 228.8º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032AD4 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 42 | 212 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.17 |
| HSL | 228.8º | 0.97% | 0.42% | - |
| HSV(B) | 228.8º | 0.99% | 0.83% | - |
| XYZ | 12.75 | 6.43 | 62.86 | - |
| YUV | 49.72 | 219.58 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 212 | 0.99 | 0.80 | 0 | 0.17 | 228.8 | 0.97 | 0.42 |
| Hex | 3 | 2A | D4 | 63 | 50 | 0 | 11 | E5 | 61 | 2A |
| Octal | 3 | 52 | 324 | 143 | 120 | 0 | 21 | 345 | 141 | 52 |
| Binary | 11 | 101010 | 11010100 | 1100011 | 1010000 | 0 | 10001 | 11100101 | 1100001 | 101010 |
Color Harmonies of #032AD4
Complementary color
Monochromatic Colors of #032AD4
Black with #032AD4
Text Example
Text Example
White with #032AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AD4; }
p { color: rgb(3,42,212); }
H1.HeaderClassName
{
color: #032AD4;
}
.AnyTagClassName
{
color: #032AD4;
}
</style>
background-color css
<style>
a { background-color: #032AD4; }
a { background-color: rgb(3,42,212); }
div.DivClassName
{
background-color: #032AD4;
}
.BgClassName
{
background-color: #032AD4;
}
</style>
border-color css
<style>
span { border-color: #032AD4; }
span { border-color: rgb(3,42,212); }
td.TdClassName
{
border-color: #032AD4;
}
.TagClassName
{
border-color: #032AD4;
}
</style>