Shades of Prussian Blue #03324C
Tints of Prussian Blue #03324C
RGB
CMYK
RGB Variations
Color information
#03324C (or 0x03324C) is known color: Prussian Blue. HEX triplet: 03, 32 and 4C. RGB value is (3,50,76). Sum of RGB (Red+Green+Blue) = 3+50+76=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #03324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03324C is #FCCDB3. Grayscale: #262626. Windows color (decimal): -16567732 or 4993539. OLE color: 4993539.
HSL color Cylindrical-coordinate representation of color #03324C: hue angle of 201.37º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03324C is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 50 | 76 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.70 |
| HSL | 201.37º | 0.92% | 0.15% | - |
| HSV(B) | 201.37º | 0.96% | 0.3% | - |
| XYZ | 2.48 | 2.82 | 7.25 | - |
| YUV | 38.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 76 | 0.96 | 0.34 | 0 | 0.70 | 201.37 | 0.92 | 0.15 |
| Hex | 3 | 32 | 4C | 60 | 22 | 0 | 46 | C9 | 5C | F |
| Octal | 3 | 62 | 114 | 140 | 42 | 0 | 106 | 311 | 134 | 17 |
| Binary | 11 | 110010 | 1001100 | 1100000 | 100010 | 0 | 1000110 | 11001001 | 1011100 | 1111 |
Color Harmonies of #03324C
Complementary color
Monochromatic Colors of #03324C
Black with #03324C
Text Example
Text Example
White with #03324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03324C; }
p { color: rgb(3,50,76); }
H1.HeaderClassName
{
color: #03324C;
}
.AnyTagClassName
{
color: #03324C;
}
</style>
background-color css
<style>
a { background-color: #03324C; }
a { background-color: rgb(3,50,76); }
div.DivClassName
{
background-color: #03324C;
}
.BgClassName
{
background-color: #03324C;
}
</style>
border-color css
<style>
span { border-color: #03324C; }
span { border-color: rgb(3,50,76); }
td.TdClassName
{
border-color: #03324C;
}
.TagClassName
{
border-color: #03324C;
}
</style>