Shades of Persian Blue #032AD7
Tints of Persian Blue #032AD7
RGB
CMYK
RGB Variations
Color information
#032AD7 (or 0x032AD7) is known color: Persian Blue. HEX triplet: 03, 2A and D7. RGB value is (3,42,215). Sum of RGB (Red+Green+Blue) = 3+42+215=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 215 (84.38% from 255 or 82.69% from 260); Max value from RGB is 215 - color contains mainly: blue. Hex color #032AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032AD7 is #FCD528. Grayscale: #313131. Windows color (decimal): -16569641 or 14100995. OLE color: 14100995.
HSL color Cylindrical-coordinate representation of color #032AD7: hue angle of 228.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032AD7 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 42 | 215 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.16 |
| HSL | 228.96º | 0.97% | 0.43% | - |
| HSV(B) | 228.96º | 0.99% | 0.84% | - |
| XYZ | 13.13 | 6.58 | 64.87 | - |
| YUV | 50.06 | 221.08 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 215 | 0.99 | 0.80 | 0 | 0.16 | 228.96 | 0.97 | 0.43 |
| Hex | 3 | 2A | D7 | 63 | 50 | 0 | 10 | E5 | 61 | 2B |
| Octal | 3 | 52 | 327 | 143 | 120 | 0 | 20 | 345 | 141 | 53 |
| Binary | 11 | 101010 | 11010111 | 1100011 | 1010000 | 0 | 10000 | 11100101 | 1100001 | 101011 |
Color Harmonies of #032AD7
Complementary color
Monochromatic Colors of #032AD7
Black with #032AD7
Text Example
Text Example
White with #032AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AD7; }
p { color: rgb(3,42,215); }
H1.HeaderClassName
{
color: #032AD7;
}
.AnyTagClassName
{
color: #032AD7;
}
</style>
background-color css
<style>
a { background-color: #032AD7; }
a { background-color: rgb(3,42,215); }
div.DivClassName
{
background-color: #032AD7;
}
.BgClassName
{
background-color: #032AD7;
}
</style>
border-color css
<style>
span { border-color: #032AD7; }
span { border-color: rgb(3,42,215); }
td.TdClassName
{
border-color: #032AD7;
}
.TagClassName
{
border-color: #032AD7;
}
</style>