Shades of Prussian Blue #00325C
Tints of Prussian Blue #00325C
RGB
CMYK
RGB Variations
Color information
#00325C (or 0x00325C) is known color: Prussian Blue. HEX triplet: 00, 32 and 5C. RGB value is (0,50,92). Sum of RGB (Red+Green+Blue) = 0+50+92=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #00325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00325C is #FFCDA3. Grayscale: #272727. Windows color (decimal): -16764324 or 6042112. OLE color: 6042112.
HSL color Cylindrical-coordinate representation of color #00325C: hue angle of 207.39º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00325C is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 50 | 92 | - |
| CMYK | 1 | 0.46 | 0 | 0.64 |
| HSL | 207.39º | 1% | 0.18% | - |
| HSV(B) | 207.39º | 1% | 0.36% | - |
| XYZ | 3.07 | 3.05 | 10.55 | - |
| YUV | 39.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 92 | 1 | 0.46 | 0 | 0.64 | 207.39 | 1 | 0.18 |
| Hex | 0 | 32 | 5C | 64 | 2E | 0 | 40 | CF | 64 | 12 |
| Octal | 0 | 62 | 134 | 144 | 56 | 0 | 100 | 317 | 144 | 22 |
| Binary | 0 | 110010 | 1011100 | 1100100 | 101110 | 0 | 1000000 | 11001111 | 1100100 | 10010 |
Color Harmonies of #00325C
Complementary color
Monochromatic Colors of #00325C
Black with #00325C
Text Example
Text Example
White with #00325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00325C; }
p { color: rgb(0,50,92); }
H1.HeaderClassName
{
color: #00325C;
}
.AnyTagClassName
{
color: #00325C;
}
</style>
background-color css
<style>
a { background-color: #00325C; }
a { background-color: rgb(0,50,92); }
div.DivClassName
{
background-color: #00325C;
}
.BgClassName
{
background-color: #00325C;
}
</style>
border-color css
<style>
span { border-color: #00325C; }
span { border-color: rgb(0,50,92); }
td.TdClassName
{
border-color: #00325C;
}
.TagClassName
{
border-color: #00325C;
}
</style>