Shades of Prussian Blue #033658
Tints of Prussian Blue #033658
RGB
CMYK
RGB Variations
Color information
#033658 (or 0x033658) is known color: Prussian Blue. HEX triplet: 03, 36 and 58. RGB value is (3,54,88). Sum of RGB (Red+Green+Blue) = 3+54+88=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #033658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033658 is #FCC9A7. Grayscale: #2A2A2A. Windows color (decimal): -16566696 or 5780995. OLE color: 5780995.
HSL color Cylindrical-coordinate representation of color #033658: hue angle of 204º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033658 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 54 | 88 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.65 |
| HSL | 204º | 0.93% | 0.18% | - |
| HSV(B) | 204º | 0.97% | 0.35% | - |
| XYZ | 3.12 | 3.36 | 9.72 | - |
| YUV | 42.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 88 | 0.97 | 0.39 | 0 | 0.65 | 204 | 0.93 | 0.18 |
| Hex | 3 | 36 | 58 | 61 | 27 | 0 | 41 | CC | 5D | 12 |
| Octal | 3 | 66 | 130 | 141 | 47 | 0 | 101 | 314 | 135 | 22 |
| Binary | 11 | 110110 | 1011000 | 1100001 | 100111 | 0 | 1000001 | 11001100 | 1011101 | 10010 |
Color Harmonies of #033658
Complementary color
Monochromatic Colors of #033658
Black with #033658
Text Example
Text Example
White with #033658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033658; }
p { color: rgb(3,54,88); }
H1.HeaderClassName
{
color: #033658;
}
.AnyTagClassName
{
color: #033658;
}
</style>
background-color css
<style>
a { background-color: #033658; }
a { background-color: rgb(3,54,88); }
div.DivClassName
{
background-color: #033658;
}
.BgClassName
{
background-color: #033658;
}
</style>
border-color css
<style>
span { border-color: #033658; }
span { border-color: rgb(3,54,88); }
td.TdClassName
{
border-color: #033658;
}
.TagClassName
{
border-color: #033658;
}
</style>