Shades of Prussian Blue #003662
Tints of Prussian Blue #003662
RGB
CMYK
RGB Variations
Color information
#003662 (or 0x003662) is known color: Prussian Blue. HEX triplet: 00, 36 and 62. RGB value is (0,54,98). Sum of RGB (Red+Green+Blue) = 0+54+98=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #003662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003662 is #FFC99D. Grayscale: #2A2A2A. Windows color (decimal): -16763294 or 6436352. OLE color: 6436352.
HSL color Cylindrical-coordinate representation of color #003662: hue angle of 206.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003662 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 54 | 98 | - |
| CMYK | 1 | 0.45 | 0 | 0.62 |
| HSL | 206.94º | 1% | 0.19% | - |
| HSV(B) | 206.94º | 1% | 0.38% | - |
| XYZ | 3.52 | 3.52 | 12.05 | - |
| YUV | 42.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 98 | 1 | 0.45 | 0 | 0.62 | 206.94 | 1 | 0.19 |
| Hex | 0 | 36 | 62 | 64 | 2D | 0 | 3E | CF | 64 | 13 |
| Octal | 0 | 66 | 142 | 144 | 55 | 0 | 76 | 317 | 144 | 23 |
| Binary | 0 | 110110 | 1100010 | 1100100 | 101101 | 0 | 111110 | 11001111 | 1100100 | 10011 |
Color Harmonies of #003662
Complementary color
Monochromatic Colors of #003662
Black with #003662
Text Example
Text Example
White with #003662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003662; }
p { color: rgb(0,54,98); }
H1.HeaderClassName
{
color: #003662;
}
.AnyTagClassName
{
color: #003662;
}
</style>
background-color css
<style>
a { background-color: #003662; }
a { background-color: rgb(0,54,98); }
div.DivClassName
{
background-color: #003662;
}
.BgClassName
{
background-color: #003662;
}
</style>
border-color css
<style>
span { border-color: #003662; }
span { border-color: rgb(0,54,98); }
td.TdClassName
{
border-color: #003662;
}
.TagClassName
{
border-color: #003662;
}
</style>