Shades of Prussian Blue #034666
Tints of Prussian Blue #034666
RGB
CMYK
RGB Variations
Color information
#034666 (or 0x034666) is known color: Prussian Blue. HEX triplet: 03, 46 and 66. RGB value is (3,70,102). Sum of RGB (Red+Green+Blue) = 3+70+102=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #034666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034666 is #FCB999. Grayscale: #353535. Windows color (decimal): -16562586 or 6702595. OLE color: 6702595.
HSL color Cylindrical-coordinate representation of color #034666: hue angle of 199.39º 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 #034666 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 70 | 102 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.6 |
| HSL | 199.39º | 0.94% | 0.21% | - |
| HSV(B) | 199.39º | 0.97% | 0.4% | - |
| XYZ | 4.63 | 5.36 | 13.36 | - |
| YUV | 53.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 102 | 0.97 | 0.31 | 0 | 0.6 | 199.39 | 0.94 | 0.21 |
| Hex | 3 | 46 | 66 | 61 | 1F | 0 | 3C | C7 | 5E | 15 |
| Octal | 3 | 106 | 146 | 141 | 37 | 0 | 74 | 307 | 136 | 25 |
| Binary | 11 | 1000110 | 1100110 | 1100001 | 11111 | 0 | 111100 | 11000111 | 1011110 | 10101 |
Color Harmonies of #034666
Complementary color
Monochromatic Colors of #034666
Black with #034666
Text Example
Text Example
White with #034666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034666; }
p { color: rgb(3,70,102); }
H1.HeaderClassName
{
color: #034666;
}
.AnyTagClassName
{
color: #034666;
}
</style>
background-color css
<style>
a { background-color: #034666; }
a { background-color: rgb(3,70,102); }
div.DivClassName
{
background-color: #034666;
}
.BgClassName
{
background-color: #034666;
}
</style>
border-color css
<style>
span { border-color: #034666; }
span { border-color: rgb(3,70,102); }
td.TdClassName
{
border-color: #034666;
}
.TagClassName
{
border-color: #034666;
}
</style>