Shades of Persian Blue #032ADB
Tints of Persian Blue #032ADB
RGB
CMYK
RGB Variations
Color information
#032ADB (or 0x032ADB) is known color: Persian Blue. HEX triplet: 03, 2A and DB. RGB value is (3,42,219). Sum of RGB (Red+Green+Blue) = 3+42+219=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #032ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ADB is #FCD524. Grayscale: #313131. Windows color (decimal): -16569637 or 14363139. OLE color: 14363139.
HSL color Cylindrical-coordinate representation of color #032ADB: hue angle of 229.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032ADB is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 42 | 219 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.14 |
| HSL | 229.17º | 0.97% | 0.44% | - |
| HSV(B) | 229.17º | 0.99% | 0.86% | - |
| XYZ | 13.65 | 6.79 | 67.61 | - |
| YUV | 50.52 | 223.08 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 219 | 0.99 | 0.81 | 0 | 0.14 | 229.17 | 0.97 | 0.44 |
| Hex | 3 | 2A | DB | 63 | 51 | 0 | E | E5 | 61 | 2C |
| Octal | 3 | 52 | 333 | 143 | 121 | 0 | 16 | 345 | 141 | 54 |
| Binary | 11 | 101010 | 11011011 | 1100011 | 1010001 | 0 | 1110 | 11100101 | 1100001 | 101100 |
Color Harmonies of #032ADB
Complementary color
Monochromatic Colors of #032ADB
Black with #032ADB
Text Example
Text Example
White with #032ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032ADB; }
p { color: rgb(3,42,219); }
H1.HeaderClassName
{
color: #032ADB;
}
.AnyTagClassName
{
color: #032ADB;
}
</style>
background-color css
<style>
a { background-color: #032ADB; }
a { background-color: rgb(3,42,219); }
div.DivClassName
{
background-color: #032ADB;
}
.BgClassName
{
background-color: #032ADB;
}
</style>
border-color css
<style>
span { border-color: #032ADB; }
span { border-color: rgb(3,42,219); }
td.TdClassName
{
border-color: #032ADB;
}
.TagClassName
{
border-color: #032ADB;
}
</style>