Shades of Persian Blue #033AD5
Tints of Persian Blue #033AD5
RGB
CMYK
RGB Variations
Color information
#033AD5 (or 0x033AD5) is known color: Persian Blue. HEX triplet: 03, 3A and D5. RGB value is (3,58,213). Sum of RGB (Red+Green+Blue) = 3+58+213=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 213 (83.59% from 255 or 77.74% from 274); Max value from RGB is 213 - color contains mainly: blue. Hex color #033AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033AD5 is #FCC52A. Grayscale: #3A3A3A. Windows color (decimal): -16565547 or 13974019. OLE color: 13974019.
HSL color Cylindrical-coordinate representation of color #033AD5: hue angle of 224.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033AD5 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 58 | 213 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.16 |
| HSL | 224.29º | 0.97% | 0.42% | - |
| HSV(B) | 224.29º | 0.99% | 0.84% | - |
| XYZ | 13.56 | 7.85 | 63.75 | - |
| YUV | 59.23 | 214.78 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 213 | 0.99 | 0.73 | 0 | 0.16 | 224.29 | 0.97 | 0.42 |
| Hex | 3 | 3A | D5 | 63 | 49 | 0 | 10 | E0 | 61 | 2A |
| Octal | 3 | 72 | 325 | 143 | 111 | 0 | 20 | 340 | 141 | 52 |
| Binary | 11 | 111010 | 11010101 | 1100011 | 1001001 | 0 | 10000 | 11100000 | 1100001 | 101010 |
Color Harmonies of #033AD5
Complementary color
Monochromatic Colors of #033AD5
Black with #033AD5
Text Example
Text Example
White with #033AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033AD5; }
p { color: rgb(3,58,213); }
H1.HeaderClassName
{
color: #033AD5;
}
.AnyTagClassName
{
color: #033AD5;
}
</style>
background-color css
<style>
a { background-color: #033AD5; }
a { background-color: rgb(3,58,213); }
div.DivClassName
{
background-color: #033AD5;
}
.BgClassName
{
background-color: #033AD5;
}
</style>
border-color css
<style>
span { border-color: #033AD5; }
span { border-color: rgb(3,58,213); }
td.TdClassName
{
border-color: #033AD5;
}
.TagClassName
{
border-color: #033AD5;
}
</style>