Shades of Prussian Blue #003665
Tints of Prussian Blue #003665
RGB
CMYK
RGB Variations
Color information
#003665 (or 0x003665) is known color: Prussian Blue. HEX triplet: 00, 36 and 65. RGB value is (0,54,101). Sum of RGB (Red+Green+Blue) = 0+54+101=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #003665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003665 is #FFC99A. Grayscale: #2A2A2A. Windows color (decimal): -16763291 or 6632960. OLE color: 6632960.
HSL color Cylindrical-coordinate representation of color #003665: hue angle of 207.92º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003665 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 54 | 101 | - |
| CMYK | 1 | 0.47 | 0 | 0.60 |
| HSL | 207.92º | 1% | 0.2% | - |
| HSV(B) | 207.92º | 1% | 0.4% | - |
| XYZ | 3.67 | 3.58 | 12.81 | - |
| YUV | 43.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 101 | 1 | 0.47 | 0 | 0.60 | 207.92 | 1 | 0.2 |
| Hex | 0 | 36 | 65 | 64 | 2F | 0 | 3C | D0 | 64 | 14 |
| Octal | 0 | 66 | 145 | 144 | 57 | 0 | 74 | 320 | 144 | 24 |
| Binary | 0 | 110110 | 1100101 | 1100100 | 101111 | 0 | 111100 | 11010000 | 1100100 | 10100 |
Color Harmonies of #003665
Complementary color
Monochromatic Colors of #003665
Black with #003665
Text Example
Text Example
White with #003665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003665; }
p { color: rgb(0,54,101); }
H1.HeaderClassName
{
color: #003665;
}
.AnyTagClassName
{
color: #003665;
}
</style>
background-color css
<style>
a { background-color: #003665; }
a { background-color: rgb(0,54,101); }
div.DivClassName
{
background-color: #003665;
}
.BgClassName
{
background-color: #003665;
}
</style>
border-color css
<style>
span { border-color: #003665; }
span { border-color: rgb(0,54,101); }
td.TdClassName
{
border-color: #003665;
}
.TagClassName
{
border-color: #003665;
}
</style>