Shades of Prussian Blue #003F67
Tints of Prussian Blue #003F67
RGB
CMYK
RGB Variations
Color information
#003F67 (or 0x003F67) is known color: Prussian Blue. HEX triplet: 00, 3F and 67. RGB value is (0,63,103). Sum of RGB (Red+Green+Blue) = 0+63+103=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #003F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F67 is #FFC098. Grayscale: #303030. Windows color (decimal): -16760985 or 6766336. OLE color: 6766336.
HSL color Cylindrical-coordinate representation of color #003F67: hue angle of 203.3º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F67 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 63 | 103 | - |
| CMYK | 1 | 0.39 | 0 | 0.60 |
| HSL | 203.3º | 1% | 0.2% | - |
| HSV(B) | 203.3º | 1% | 0.4% | - |
| XYZ | 4.23 | 4.53 | 13.48 | - |
| YUV | 48.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 103 | 1 | 0.39 | 0 | 0.60 | 203.3 | 1 | 0.2 |
| Hex | 0 | 3F | 67 | 64 | 27 | 0 | 3C | CB | 64 | 14 |
| Octal | 0 | 77 | 147 | 144 | 47 | 0 | 74 | 313 | 144 | 24 |
| Binary | 0 | 111111 | 1100111 | 1100100 | 100111 | 0 | 111100 | 11001011 | 1100100 | 10100 |
Color Harmonies of #003F67
Complementary color
Monochromatic Colors of #003F67
Black with #003F67
Text Example
Text Example
White with #003F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F67; }
p { color: rgb(0,63,103); }
H1.HeaderClassName
{
color: #003F67;
}
.AnyTagClassName
{
color: #003F67;
}
</style>
background-color css
<style>
a { background-color: #003F67; }
a { background-color: rgb(0,63,103); }
div.DivClassName
{
background-color: #003F67;
}
.BgClassName
{
background-color: #003F67;
}
</style>
border-color css
<style>
span { border-color: #003F67; }
span { border-color: rgb(0,63,103); }
td.TdClassName
{
border-color: #003F67;
}
.TagClassName
{
border-color: #003F67;
}
</style>