Shades of Prussian Blue #003469
Tints of Prussian Blue #003469
RGB
CMYK
RGB Variations
Color information
#003469 (or 0x003469) is known color: Prussian Blue. HEX triplet: 00, 34 and 69. RGB value is (0,52,105). Sum of RGB (Red+Green+Blue) = 0+52+105=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #003469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003469 is #FFCB96. Grayscale: #2A2A2A. Windows color (decimal): -16763799 or 6894592. OLE color: 6894592.
HSL color Cylindrical-coordinate representation of color #003469: hue angle of 210.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003469 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 52 | 105 | - |
| CMYK | 1 | 0.50 | 0 | 0.59 |
| HSL | 210.29º | 1% | 0.21% | - |
| HSV(B) | 210.29º | 1% | 0.41% | - |
| XYZ | 3.78 | 3.48 | 13.84 | - |
| YUV | 42.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 105 | 1 | 0.50 | 0 | 0.59 | 210.29 | 1 | 0.21 |
| Hex | 0 | 34 | 69 | 64 | 32 | 0 | 3B | D2 | 64 | 15 |
| Octal | 0 | 64 | 151 | 144 | 62 | 0 | 73 | 322 | 144 | 25 |
| Binary | 0 | 110100 | 1101001 | 1100100 | 110010 | 0 | 111011 | 11010010 | 1100100 | 10101 |
Color Harmonies of #003469
Complementary color
Monochromatic Colors of #003469
Black with #003469
Text Example
Text Example
White with #003469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003469; }
p { color: rgb(0,52,105); }
H1.HeaderClassName
{
color: #003469;
}
.AnyTagClassName
{
color: #003469;
}
</style>
background-color css
<style>
a { background-color: #003469; }
a { background-color: rgb(0,52,105); }
div.DivClassName
{
background-color: #003469;
}
.BgClassName
{
background-color: #003469;
}
</style>
border-color css
<style>
span { border-color: #003469; }
span { border-color: rgb(0,52,105); }
td.TdClassName
{
border-color: #003469;
}
.TagClassName
{
border-color: #003469;
}
</style>