Shades of Persian Blue #003FCF
Tints of Persian Blue #003FCF
RGB
CMYK
RGB Variations
Color information
#003FCF (or 0x003FCF) is known color: Persian Blue. HEX triplet: 00, 3F and CF. RGB value is (0,63,207). Sum of RGB (Red+Green+Blue) = 0+63+207=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #003FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FCF is #FFC030. Grayscale: #3B3B3B. Windows color (decimal): -16760881 or 13582080. OLE color: 13582080.
HSL color Cylindrical-coordinate representation of color #003FCF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FCF is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 63 | 207 | - |
| CMYK | 1 | 0.70 | 0 | 0.19 |
| HSL | 221.74º | 1% | 0.41% | - |
| HSV(B) | 221.74º | 1% | 0.81% | - |
| XYZ | 13.04 | 8.06 | 59.9 | - |
| YUV | 60.58 | 210.63 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 207 | 1 | 0.70 | 0 | 0.19 | 221.74 | 1 | 0.41 |
| Hex | 0 | 3F | CF | 64 | 46 | 0 | 13 | DE | 64 | 29 |
| Octal | 0 | 77 | 317 | 144 | 106 | 0 | 23 | 336 | 144 | 51 |
| Binary | 0 | 111111 | 11001111 | 1100100 | 1000110 | 0 | 10011 | 11011110 | 1100100 | 101001 |
Color Harmonies of #003FCF
Complementary color
Monochromatic Colors of #003FCF
Black with #003FCF
Text Example
Text Example
White with #003FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FCF; }
p { color: rgb(0,63,207); }
H1.HeaderClassName
{
color: #003FCF;
}
.AnyTagClassName
{
color: #003FCF;
}
</style>
background-color css
<style>
a { background-color: #003FCF; }
a { background-color: rgb(0,63,207); }
div.DivClassName
{
background-color: #003FCF;
}
.BgClassName
{
background-color: #003FCF;
}
</style>
border-color css
<style>
span { border-color: #003FCF; }
span { border-color: rgb(0,63,207); }
td.TdClassName
{
border-color: #003FCF;
}
.TagClassName
{
border-color: #003FCF;
}
</style>