Shades of Persian Blue #033DD2
Tints of Persian Blue #033DD2
RGB
CMYK
RGB Variations
Color information
#033DD2 (or 0x033DD2) is known color: Persian Blue. HEX triplet: 03, 3D and D2. RGB value is (3,61,210). Sum of RGB (Red+Green+Blue) = 3+61+210=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 210 (82.42% from 255 or 76.64% from 274); Max value from RGB is 210 - color contains mainly: blue. Hex color #033DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DD2 is #FCC22D. Grayscale: #3B3B3B. Windows color (decimal): -16564782 or 13778179. OLE color: 13778179.
HSL color Cylindrical-coordinate representation of color #033DD2: hue angle of 223.19º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DD2 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 61 | 210 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.18 |
| HSL | 223.19º | 0.97% | 0.42% | - |
| HSV(B) | 223.19º | 0.99% | 0.82% | - |
| XYZ | 13.34 | 8.01 | 61.82 | - |
| YUV | 60.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 210 | 0.99 | 0.71 | 0 | 0.18 | 223.19 | 0.97 | 0.42 |
| Hex | 3 | 3D | D2 | 63 | 47 | 0 | 12 | DF | 61 | 2A |
| Octal | 3 | 75 | 322 | 143 | 107 | 0 | 22 | 337 | 141 | 52 |
| Binary | 11 | 111101 | 11010010 | 1100011 | 1000111 | 0 | 10010 | 11011111 | 1100001 | 101010 |
Color Harmonies of #033DD2
Complementary color
Monochromatic Colors of #033DD2
Black with #033DD2
Text Example
Text Example
White with #033DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DD2; }
p { color: rgb(3,61,210); }
H1.HeaderClassName
{
color: #033DD2;
}
.AnyTagClassName
{
color: #033DD2;
}
</style>
background-color css
<style>
a { background-color: #033DD2; }
a { background-color: rgb(3,61,210); }
div.DivClassName
{
background-color: #033DD2;
}
.BgClassName
{
background-color: #033DD2;
}
</style>
border-color css
<style>
span { border-color: #033DD2; }
span { border-color: rgb(3,61,210); }
td.TdClassName
{
border-color: #033DD2;
}
.TagClassName
{
border-color: #033DD2;
}
</style>