Shades of Prussian Blue #003852
Tints of Prussian Blue #003852
RGB
CMYK
RGB Variations
Color information
#003852 (or 0x003852) is known color: Prussian Blue. HEX triplet: 00, 38 and 52. RGB value is (0,56,82). Sum of RGB (Red+Green+Blue) = 0+56+82=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #003852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003852 is #FFC7AD. Grayscale: #2A2A2A. Windows color (decimal): -16762798 or 5388288. OLE color: 5388288.
HSL color Cylindrical-coordinate representation of color #003852: hue angle of 199.02º 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 #003852 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 56 | 82 | - |
| CMYK | 1 | 0.32 | 0 | 0.68 |
| HSL | 199.02º | 1% | 0.16% | - |
| HSV(B) | 199.02º | 1% | 0.32% | - |
| XYZ | 2.94 | 3.44 | 8.49 | - |
| YUV | 42.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 82 | 1 | 0.32 | 0 | 0.68 | 199.02 | 1 | 0.16 |
| Hex | 0 | 38 | 52 | 64 | 20 | 0 | 44 | C7 | 64 | 10 |
| Octal | 0 | 70 | 122 | 144 | 40 | 0 | 104 | 307 | 144 | 20 |
| Binary | 0 | 111000 | 1010010 | 1100100 | 100000 | 0 | 1000100 | 11000111 | 1100100 | 10000 |
Color Harmonies of #003852
Complementary color
Monochromatic Colors of #003852
Black with #003852
Text Example
Text Example
White with #003852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003852; }
p { color: rgb(0,56,82); }
H1.HeaderClassName
{
color: #003852;
}
.AnyTagClassName
{
color: #003852;
}
</style>
background-color css
<style>
a { background-color: #003852; }
a { background-color: rgb(0,56,82); }
div.DivClassName
{
background-color: #003852;
}
.BgClassName
{
background-color: #003852;
}
</style>
border-color css
<style>
span { border-color: #003852; }
span { border-color: rgb(0,56,82); }
td.TdClassName
{
border-color: #003852;
}
.TagClassName
{
border-color: #003852;
}
</style>