Shades of Persian Blue #033ADA
Tints of Persian Blue #033ADA
RGB
CMYK
RGB Variations
Color information
#033ADA (or 0x033ADA) is known color: Persian Blue. HEX triplet: 03, 3A and DA. RGB value is (3,58,218). Sum of RGB (Red+Green+Blue) = 3+58+218=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #033ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ADA is #FCC525. Grayscale: #3B3B3B. Windows color (decimal): -16565542 or 14301699. OLE color: 14301699.
HSL color Cylindrical-coordinate representation of color #033ADA: hue angle of 224.65º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033ADA is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 58 | 218 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.15 |
| HSL | 224.65º | 0.97% | 0.43% | - |
| HSV(B) | 224.65º | 0.99% | 0.85% | - |
| XYZ | 14.21 | 8.11 | 67.15 | - |
| YUV | 59.8 | 217.28 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 218 | 0.99 | 0.73 | 0 | 0.15 | 224.65 | 0.97 | 0.43 |
| Hex | 3 | 3A | DA | 63 | 49 | 0 | F | E1 | 61 | 2B |
| Octal | 3 | 72 | 332 | 143 | 111 | 0 | 17 | 341 | 141 | 53 |
| Binary | 11 | 111010 | 11011010 | 1100011 | 1001001 | 0 | 1111 | 11100001 | 1100001 | 101011 |
Color Harmonies of #033ADA
Complementary color
Monochromatic Colors of #033ADA
Black with #033ADA
Text Example
Text Example
White with #033ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033ADA; }
p { color: rgb(3,58,218); }
H1.HeaderClassName
{
color: #033ADA;
}
.AnyTagClassName
{
color: #033ADA;
}
</style>
background-color css
<style>
a { background-color: #033ADA; }
a { background-color: rgb(3,58,218); }
div.DivClassName
{
background-color: #033ADA;
}
.BgClassName
{
background-color: #033ADA;
}
</style>
border-color css
<style>
span { border-color: #033ADA; }
span { border-color: rgb(3,58,218); }
td.TdClassName
{
border-color: #033ADA;
}
.TagClassName
{
border-color: #033ADA;
}
</style>