Shades of Persian Blue #033DCC
Tints of Persian Blue #033DCC
RGB
CMYK
RGB Variations
Color information
#033DCC (or 0x033DCC) is known color: Persian Blue. HEX triplet: 03, 3D and CC. RGB value is (3,61,204). Sum of RGB (Red+Green+Blue) = 3+61+204=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #033DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DCC is #FCC233. Grayscale: #3B3B3B. Windows color (decimal): -16564788 or 13384963. OLE color: 13384963.
HSL color Cylindrical-coordinate representation of color #033DCC: hue angle of 222.69º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DCC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 61 | 204 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.2 |
| HSL | 222.69º | 0.97% | 0.41% | - |
| HSV(B) | 222.69º | 0.99% | 0.8% | - |
| XYZ | 12.61 | 7.72 | 57.95 | - |
| YUV | 59.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 204 | 0.99 | 0.70 | 0 | 0.2 | 222.69 | 0.97 | 0.41 |
| Hex | 3 | 3D | CC | 63 | 46 | 0 | 14 | DF | 61 | 29 |
| Octal | 3 | 75 | 314 | 143 | 106 | 0 | 24 | 337 | 141 | 51 |
| Binary | 11 | 111101 | 11001100 | 1100011 | 1000110 | 0 | 10100 | 11011111 | 1100001 | 101001 |
Color Harmonies of #033DCC
Complementary color
Monochromatic Colors of #033DCC
Black with #033DCC
Text Example
Text Example
White with #033DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DCC; }
p { color: rgb(3,61,204); }
H1.HeaderClassName
{
color: #033DCC;
}
.AnyTagClassName
{
color: #033DCC;
}
</style>
background-color css
<style>
a { background-color: #033DCC; }
a { background-color: rgb(3,61,204); }
div.DivClassName
{
background-color: #033DCC;
}
.BgClassName
{
background-color: #033DCC;
}
</style>
border-color css
<style>
span { border-color: #033DCC; }
span { border-color: rgb(3,61,204); }
td.TdClassName
{
border-color: #033DCC;
}
.TagClassName
{
border-color: #033DCC;
}
</style>