Shades of Prussian Blue #034067
Tints of Prussian Blue #034067
RGB
CMYK
RGB Variations
Color information
#034067 (or 0x034067) is known color: Prussian Blue. HEX triplet: 03, 40 and 67. RGB value is (3,64,103). Sum of RGB (Red+Green+Blue) = 3+64+103=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #034067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034067 is #FCBF98. Grayscale: #313131. Windows color (decimal): -16564121 or 6766595. OLE color: 6766595.
HSL color Cylindrical-coordinate representation of color #034067: hue angle of 203.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034067 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 64 | 103 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.60 |
| HSL | 203.4º | 0.94% | 0.21% | - |
| HSV(B) | 203.4º | 0.97% | 0.4% | - |
| XYZ | 4.32 | 4.67 | 13.5 | - |
| YUV | 50.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 103 | 0.97 | 0.38 | 0 | 0.60 | 203.4 | 0.94 | 0.21 |
| Hex | 3 | 40 | 67 | 61 | 26 | 0 | 3C | CB | 5E | 15 |
| Octal | 3 | 100 | 147 | 141 | 46 | 0 | 74 | 313 | 136 | 25 |
| Binary | 11 | 1000000 | 1100111 | 1100001 | 100110 | 0 | 111100 | 11001011 | 1011110 | 10101 |
Color Harmonies of #034067
Complementary color
Monochromatic Colors of #034067
Black with #034067
Text Example
Text Example
White with #034067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034067; }
p { color: rgb(3,64,103); }
H1.HeaderClassName
{
color: #034067;
}
.AnyTagClassName
{
color: #034067;
}
</style>
background-color css
<style>
a { background-color: #034067; }
a { background-color: rgb(3,64,103); }
div.DivClassName
{
background-color: #034067;
}
.BgClassName
{
background-color: #034067;
}
</style>
border-color css
<style>
span { border-color: #034067; }
span { border-color: rgb(3,64,103); }
td.TdClassName
{
border-color: #034067;
}
.TagClassName
{
border-color: #034067;
}
</style>