Shades of Persian Blue #033DDA
Tints of Persian Blue #033DDA
RGB
CMYK
RGB Variations
Color information
#033DDA (or 0x033DDA) is known color: Persian Blue. HEX triplet: 03, 3D and DA. RGB value is (3,61,218). Sum of RGB (Red+Green+Blue) = 3+61+218=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #033DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DDA is #FCC225. Grayscale: #3C3C3C. Windows color (decimal): -16564774 or 14302467. OLE color: 14302467.
HSL color Cylindrical-coordinate representation of color #033DDA: hue angle of 223.81º 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 #033DDA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 61 | 218 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.15 |
| HSL | 223.81º | 0.97% | 0.43% | - |
| HSV(B) | 223.81º | 0.99% | 0.85% | - |
| XYZ | 14.36 | 8.42 | 67.2 | - |
| YUV | 61.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 218 | 0.99 | 0.72 | 0 | 0.15 | 223.81 | 0.97 | 0.43 |
| Hex | 3 | 3D | DA | 63 | 48 | 0 | F | E0 | 61 | 2B |
| Octal | 3 | 75 | 332 | 143 | 110 | 0 | 17 | 340 | 141 | 53 |
| Binary | 11 | 111101 | 11011010 | 1100011 | 1001000 | 0 | 1111 | 11100000 | 1100001 | 101011 |
Color Harmonies of #033DDA
Complementary color
Monochromatic Colors of #033DDA
Black with #033DDA
Text Example
Text Example
White with #033DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DDA; }
p { color: rgb(3,61,218); }
H1.HeaderClassName
{
color: #033DDA;
}
.AnyTagClassName
{
color: #033DDA;
}
</style>
background-color css
<style>
a { background-color: #033DDA; }
a { background-color: rgb(3,61,218); }
div.DivClassName
{
background-color: #033DDA;
}
.BgClassName
{
background-color: #033DDA;
}
</style>
border-color css
<style>
span { border-color: #033DDA; }
span { border-color: rgb(3,61,218); }
td.TdClassName
{
border-color: #033DDA;
}
.TagClassName
{
border-color: #033DDA;
}
</style>