Shades of Prussian Blue #034866
Tints of Prussian Blue #034866
RGB
CMYK
RGB Variations
Color information
#034866 (or 0x034866) is known color: Prussian Blue. HEX triplet: 03, 48 and 66. RGB value is (3,72,102). Sum of RGB (Red+Green+Blue) = 3+72+102=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #034866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034866 is #FCB799. Grayscale: #363636. Windows color (decimal): -16562074 or 6703107. OLE color: 6703107.
HSL color Cylindrical-coordinate representation of color #034866: hue angle of 198.18º 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 #034866 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 72 | 102 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.6 |
| HSL | 198.18º | 0.94% | 0.21% | - |
| HSV(B) | 198.18º | 0.97% | 0.4% | - |
| XYZ | 4.75 | 5.61 | 13.4 | - |
| YUV | 54.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 102 | 0.97 | 0.29 | 0 | 0.6 | 198.18 | 0.94 | 0.21 |
| Hex | 3 | 48 | 66 | 61 | 1D | 0 | 3C | C6 | 5E | 15 |
| Octal | 3 | 110 | 146 | 141 | 35 | 0 | 74 | 306 | 136 | 25 |
| Binary | 11 | 1001000 | 1100110 | 1100001 | 11101 | 0 | 111100 | 11000110 | 1011110 | 10101 |
Color Harmonies of #034866
Complementary color
Monochromatic Colors of #034866
Black with #034866
Text Example
Text Example
White with #034866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034866; }
p { color: rgb(3,72,102); }
H1.HeaderClassName
{
color: #034866;
}
.AnyTagClassName
{
color: #034866;
}
</style>
background-color css
<style>
a { background-color: #034866; }
a { background-color: rgb(3,72,102); }
div.DivClassName
{
background-color: #034866;
}
.BgClassName
{
background-color: #034866;
}
</style>
border-color css
<style>
span { border-color: #034866; }
span { border-color: rgb(3,72,102); }
td.TdClassName
{
border-color: #034866;
}
.TagClassName
{
border-color: #034866;
}
</style>