Shades of Prussian Blue #003452
Tints of Prussian Blue #003452
RGB
CMYK
RGB Variations
Color information
#003452 (or 0x003452) is known color: Prussian Blue. HEX triplet: 00, 34 and 52. RGB value is (0,52,82). Sum of RGB (Red+Green+Blue) = 0+52+82=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #003452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003452 is #FFCBAD. Grayscale: #272727. Windows color (decimal): -16763822 or 5387264. OLE color: 5387264.
HSL color Cylindrical-coordinate representation of color #003452: hue angle of 201.95º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003452 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 52 | 82 | - |
| CMYK | 1 | 0.37 | 0 | 0.68 |
| HSL | 201.95º | 1% | 0.16% | - |
| HSV(B) | 201.95º | 1% | 0.32% | - |
| XYZ | 2.75 | 3.07 | 8.43 | - |
| YUV | 39.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 82 | 1 | 0.37 | 0 | 0.68 | 201.95 | 1 | 0.16 |
| Hex | 0 | 34 | 52 | 64 | 25 | 0 | 44 | CA | 64 | 10 |
| Octal | 0 | 64 | 122 | 144 | 45 | 0 | 104 | 312 | 144 | 20 |
| Binary | 0 | 110100 | 1010010 | 1100100 | 100101 | 0 | 1000100 | 11001010 | 1100100 | 10000 |
Color Harmonies of #003452
Complementary color
Monochromatic Colors of #003452
Black with #003452
Text Example
Text Example
White with #003452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003452; }
p { color: rgb(0,52,82); }
H1.HeaderClassName
{
color: #003452;
}
.AnyTagClassName
{
color: #003452;
}
</style>
background-color css
<style>
a { background-color: #003452; }
a { background-color: rgb(0,52,82); }
div.DivClassName
{
background-color: #003452;
}
.BgClassName
{
background-color: #003452;
}
</style>
border-color css
<style>
span { border-color: #003452; }
span { border-color: rgb(0,52,82); }
td.TdClassName
{
border-color: #003452;
}
.TagClassName
{
border-color: #003452;
}
</style>