Shades of Persian Blue #003FCC
Tints of Persian Blue #003FCC
RGB
CMYK
RGB Variations
Color information
#003FCC (or 0x003FCC) is known color: Persian Blue. HEX triplet: 00, 3F and CC. RGB value is (0,63,204). Sum of RGB (Red+Green+Blue) = 0+63+204=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #003FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FCC is #FFC033. Grayscale: #3B3B3B. Windows color (decimal): -16760884 or 13385472. OLE color: 13385472.
HSL color Cylindrical-coordinate representation of color #003FCC: hue angle of 221.47º 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 #003FCC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 63 | 204 | - |
| CMYK | 1 | 0.69 | 0 | 0.2 |
| HSL | 221.47º | 1% | 0.4% | - |
| HSV(B) | 221.47º | 1% | 0.8% | - |
| XYZ | 12.68 | 7.91 | 57.99 | - |
| YUV | 60.24 | 209.13 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 204 | 1 | 0.69 | 0 | 0.2 | 221.47 | 1 | 0.4 |
| Hex | 0 | 3F | CC | 64 | 45 | 0 | 14 | DD | 64 | 28 |
| Octal | 0 | 77 | 314 | 144 | 105 | 0 | 24 | 335 | 144 | 50 |
| Binary | 0 | 111111 | 11001100 | 1100100 | 1000101 | 0 | 10100 | 11011101 | 1100100 | 101000 |
Color Harmonies of #003FCC
Complementary color
Monochromatic Colors of #003FCC
Black with #003FCC
Text Example
Text Example
White with #003FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FCC; }
p { color: rgb(0,63,204); }
H1.HeaderClassName
{
color: #003FCC;
}
.AnyTagClassName
{
color: #003FCC;
}
</style>
background-color css
<style>
a { background-color: #003FCC; }
a { background-color: rgb(0,63,204); }
div.DivClassName
{
background-color: #003FCC;
}
.BgClassName
{
background-color: #003FCC;
}
</style>
border-color css
<style>
span { border-color: #003FCC; }
span { border-color: rgb(0,63,204); }
td.TdClassName
{
border-color: #003FCC;
}
.TagClassName
{
border-color: #003FCC;
}
</style>