Shades of Prussian Blue #003358
Tints of Prussian Blue #003358
RGB
CMYK
RGB Variations
Color information
#003358 (or 0x003358) is known color: Prussian Blue. HEX triplet: 00, 33 and 58. RGB value is (0,51,88). Sum of RGB (Red+Green+Blue) = 0+51+88=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #003358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003358 is #FFCCA7. Grayscale: #272727. Windows color (decimal): -16764072 or 5780224. OLE color: 5780224.
HSL color Cylindrical-coordinate representation of color #003358: hue angle of 205.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003358 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 51 | 88 | - |
| CMYK | 1 | 0.42 | 0 | 0.65 |
| HSL | 205.23º | 1% | 0.17% | - |
| HSV(B) | 205.23º | 1% | 0.35% | - |
| XYZ | 2.95 | 3.07 | 9.67 | - |
| YUV | 39.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 88 | 1 | 0.42 | 0 | 0.65 | 205.23 | 1 | 0.17 |
| Hex | 0 | 33 | 58 | 64 | 2A | 0 | 41 | CD | 64 | 11 |
| Octal | 0 | 63 | 130 | 144 | 52 | 0 | 101 | 315 | 144 | 21 |
| Binary | 0 | 110011 | 1011000 | 1100100 | 101010 | 0 | 1000001 | 11001101 | 1100100 | 10001 |
Color Harmonies of #003358
Complementary color
Monochromatic Colors of #003358
Black with #003358
Text Example
Text Example
White with #003358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003358; }
p { color: rgb(0,51,88); }
H1.HeaderClassName
{
color: #003358;
}
.AnyTagClassName
{
color: #003358;
}
</style>
background-color css
<style>
a { background-color: #003358; }
a { background-color: rgb(0,51,88); }
div.DivClassName
{
background-color: #003358;
}
.BgClassName
{
background-color: #003358;
}
</style>
border-color css
<style>
span { border-color: #003358; }
span { border-color: rgb(0,51,88); }
td.TdClassName
{
border-color: #003358;
}
.TagClassName
{
border-color: #003358;
}
</style>