Shades of Persian Blue #003FD2
Tints of Persian Blue #003FD2
RGB
CMYK
RGB Variations
Color information
#003FD2 (or 0x003FD2) is known color: Persian Blue. HEX triplet: 00, 3F and D2. RGB value is (0,63,210). Sum of RGB (Red+Green+Blue) = 0+63+210=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #003FD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FD2 is #FFC02D. Grayscale: #3C3C3C. Windows color (decimal): -16760878 or 13778688. OLE color: 13778688.
HSL color Cylindrical-coordinate representation of color #003FD2: hue angle of 222º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FD2 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 63 | 210 | - |
| CMYK | 1 | 0.70 | 0 | 0.18 |
| HSL | 222º | 1% | 0.41% | - |
| HSV(B) | 222º | 1% | 0.82% | - |
| XYZ | 13.41 | 8.21 | 61.85 | - |
| YUV | 60.92 | 212.13 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 210 | 1 | 0.70 | 0 | 0.18 | 222 | 1 | 0.41 |
| Hex | 0 | 3F | D2 | 64 | 46 | 0 | 12 | DE | 64 | 29 |
| Octal | 0 | 77 | 322 | 144 | 106 | 0 | 22 | 336 | 144 | 51 |
| Binary | 0 | 111111 | 11010010 | 1100100 | 1000110 | 0 | 10010 | 11011110 | 1100100 | 101001 |
Color Harmonies of #003FD2
Complementary color
Monochromatic Colors of #003FD2
Black with #003FD2
Text Example
Text Example
White with #003FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FD2; }
p { color: rgb(0,63,210); }
H1.HeaderClassName
{
color: #003FD2;
}
.AnyTagClassName
{
color: #003FD2;
}
</style>
background-color css
<style>
a { background-color: #003FD2; }
a { background-color: rgb(0,63,210); }
div.DivClassName
{
background-color: #003FD2;
}
.BgClassName
{
background-color: #003FD2;
}
</style>
border-color css
<style>
span { border-color: #003FD2; }
span { border-color: rgb(0,63,210); }
td.TdClassName
{
border-color: #003FD2;
}
.TagClassName
{
border-color: #003FD2;
}
</style>