Shades of Persian Blue #033BDD
Tints of Persian Blue #033BDD
RGB
CMYK
RGB Variations
Color information
#033BDD (or 0x033BDD) is known color: Persian Blue. HEX triplet: 03, 3B and DD. RGB value is (3,59,221). Sum of RGB (Red+Green+Blue) = 3+59+221=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #033BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BDD is #FCC422. Grayscale: #3C3C3C. Windows color (decimal): -16565283 or 14498563. OLE color: 14498563.
HSL color Cylindrical-coordinate representation of color #033BDD: hue angle of 224.59º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BDD is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 59 | 221 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.13 |
| HSL | 224.59º | 0.97% | 0.44% | - |
| HSV(B) | 224.59º | 0.99% | 0.87% | - |
| XYZ | 14.65 | 8.37 | 69.25 | - |
| YUV | 60.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 221 | 0.99 | 0.73 | 0 | 0.13 | 224.59 | 0.97 | 0.44 |
| Hex | 3 | 3B | DD | 63 | 49 | 0 | D | E1 | 61 | 2C |
| Octal | 3 | 73 | 335 | 143 | 111 | 0 | 15 | 341 | 141 | 54 |
| Binary | 11 | 111011 | 11011101 | 1100011 | 1001001 | 0 | 1101 | 11100001 | 1100001 | 101100 |
Color Harmonies of #033BDD
Complementary color
Monochromatic Colors of #033BDD
Black with #033BDD
Text Example
Text Example
White with #033BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BDD; }
p { color: rgb(3,59,221); }
H1.HeaderClassName
{
color: #033BDD;
}
.AnyTagClassName
{
color: #033BDD;
}
</style>
background-color css
<style>
a { background-color: #033BDD; }
a { background-color: rgb(3,59,221); }
div.DivClassName
{
background-color: #033BDD;
}
.BgClassName
{
background-color: #033BDD;
}
</style>
border-color css
<style>
span { border-color: #033BDD; }
span { border-color: rgb(3,59,221); }
td.TdClassName
{
border-color: #033BDD;
}
.TagClassName
{
border-color: #033BDD;
}
</style>