Shades of Persian Blue #033DCB
Tints of Persian Blue #033DCB
RGB
CMYK
RGB Variations
Color information
#033DCB (or 0x033DCB) is known color: Persian Blue. HEX triplet: 03, 3D and CB. RGB value is (3,61,203). Sum of RGB (Red+Green+Blue) = 3+61+203=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #033DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DCB is #FCC234. Grayscale: #3B3B3B. Windows color (decimal): -16564789 or 13319427. OLE color: 13319427.
HSL color Cylindrical-coordinate representation of color #033DCB: hue angle of 222.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DCB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 61 | 203 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.20 |
| HSL | 222.6º | 0.97% | 0.4% | - |
| HSV(B) | 222.6º | 0.99% | 0.8% | - |
| XYZ | 12.49 | 7.67 | 57.32 | - |
| YUV | 59.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 203 | 0.99 | 0.70 | 0 | 0.20 | 222.6 | 0.97 | 0.4 |
| Hex | 3 | 3D | CB | 63 | 46 | 0 | 14 | DF | 61 | 28 |
| Octal | 3 | 75 | 313 | 143 | 106 | 0 | 24 | 337 | 141 | 50 |
| Binary | 11 | 111101 | 11001011 | 1100011 | 1000110 | 0 | 10100 | 11011111 | 1100001 | 101000 |
Color Harmonies of #033DCB
Complementary color
Monochromatic Colors of #033DCB
Black with #033DCB
Text Example
Text Example
White with #033DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DCB; }
p { color: rgb(3,61,203); }
H1.HeaderClassName
{
color: #033DCB;
}
.AnyTagClassName
{
color: #033DCB;
}
</style>
background-color css
<style>
a { background-color: #033DCB; }
a { background-color: rgb(3,61,203); }
div.DivClassName
{
background-color: #033DCB;
}
.BgClassName
{
background-color: #033DCB;
}
</style>
border-color css
<style>
span { border-color: #033DCB; }
span { border-color: rgb(3,61,203); }
td.TdClassName
{
border-color: #033DCB;
}
.TagClassName
{
border-color: #033DCB;
}
</style>