Shades of Prussian Blue #003468
Tints of Prussian Blue #003468
RGB
CMYK
RGB Variations
Color information
#003468 (or 0x003468) is known color: Prussian Blue. HEX triplet: 00, 34 and 68. RGB value is (0,52,104). Sum of RGB (Red+Green+Blue) = 0+52+104=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #003468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003468 is #FFCB97. Grayscale: #2A2A2A. Windows color (decimal): -16763800 or 6829056. OLE color: 6829056.
HSL color Cylindrical-coordinate representation of color #003468: hue angle of 210º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003468 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 52 | 104 | - |
| CMYK | 1 | 0.50 | 0 | 0.59 |
| HSL | 210º | 1% | 0.2% | - |
| HSV(B) | 210º | 1% | 0.41% | - |
| XYZ | 3.73 | 3.46 | 13.57 | - |
| YUV | 42.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 104 | 1 | 0.50 | 0 | 0.59 | 210 | 1 | 0.2 |
| Hex | 0 | 34 | 68 | 64 | 32 | 0 | 3B | D2 | 64 | 14 |
| Octal | 0 | 64 | 150 | 144 | 62 | 0 | 73 | 322 | 144 | 24 |
| Binary | 0 | 110100 | 1101000 | 1100100 | 110010 | 0 | 111011 | 11010010 | 1100100 | 10100 |
Color Harmonies of #003468
Complementary color
Monochromatic Colors of #003468
Black with #003468
Text Example
Text Example
White with #003468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003468; }
p { color: rgb(0,52,104); }
H1.HeaderClassName
{
color: #003468;
}
.AnyTagClassName
{
color: #003468;
}
</style>
background-color css
<style>
a { background-color: #003468; }
a { background-color: rgb(0,52,104); }
div.DivClassName
{
background-color: #003468;
}
.BgClassName
{
background-color: #003468;
}
</style>
border-color css
<style>
span { border-color: #003468; }
span { border-color: rgb(0,52,104); }
td.TdClassName
{
border-color: #003468;
}
.TagClassName
{
border-color: #003468;
}
</style>