Shades of Persian Blue #003DCB
Tints of Persian Blue #003DCB
RGB
CMYK
RGB Variations
Color information
#003DCB (or 0x003DCB) is known color: Persian Blue. HEX triplet: 00, 3D and CB. RGB value is (0,61,203). Sum of RGB (Red+Green+Blue) = 0+61+203=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #003DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DCB is #FFC234. Grayscale: #3A3A3A. Windows color (decimal): -16761397 or 13319424. OLE color: 13319424.
HSL color Cylindrical-coordinate representation of color #003DCB: hue angle of 221.97º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DCB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 61 | 203 | - |
| CMYK | 1 | 0.70 | 0 | 0.20 |
| HSL | 221.97º | 1% | 0.4% | - |
| HSV(B) | 221.97º | 1% | 0.8% | - |
| XYZ | 12.45 | 7.65 | 57.32 | - |
| YUV | 58.95 | 209.29 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 203 | 1 | 0.70 | 0 | 0.20 | 221.97 | 1 | 0.4 |
| Hex | 0 | 3D | CB | 64 | 46 | 0 | 14 | DE | 64 | 28 |
| Octal | 0 | 75 | 313 | 144 | 106 | 0 | 24 | 336 | 144 | 50 |
| Binary | 0 | 111101 | 11001011 | 1100100 | 1000110 | 0 | 10100 | 11011110 | 1100100 | 101000 |
Color Harmonies of #003DCB
Complementary color
Monochromatic Colors of #003DCB
Black with #003DCB
Text Example
Text Example
White with #003DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DCB; }
p { color: rgb(0,61,203); }
H1.HeaderClassName
{
color: #003DCB;
}
.AnyTagClassName
{
color: #003DCB;
}
</style>
background-color css
<style>
a { background-color: #003DCB; }
a { background-color: rgb(0,61,203); }
div.DivClassName
{
background-color: #003DCB;
}
.BgClassName
{
background-color: #003DCB;
}
</style>
border-color css
<style>
span { border-color: #003DCB; }
span { border-color: rgb(0,61,203); }
td.TdClassName
{
border-color: #003DCB;
}
.TagClassName
{
border-color: #003DCB;
}
</style>