Shades of Prussian Blue #033365
Tints of Prussian Blue #033365
RGB
CMYK
RGB Variations
Color information
#033365 (or 0x033365) is known color: Prussian Blue. HEX triplet: 03, 33 and 65. RGB value is (3,51,101). Sum of RGB (Red+Green+Blue) = 3+51+101=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 51 (20.31% from 255 or 32.90% 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 #033365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033365 is #FCCC9A. Grayscale: #2A2A2A. Windows color (decimal): -16567451 or 6632195. OLE color: 6632195.
HSL color Cylindrical-coordinate representation of color #033365: hue angle of 210.61º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033365 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 51 | 101 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.60 |
| HSL | 210.61º | 0.94% | 0.2% | - |
| HSV(B) | 210.61º | 0.97% | 0.4% | - |
| XYZ | 3.57 | 3.33 | 12.77 | - |
| YUV | 42.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 101 | 0.97 | 0.50 | 0 | 0.60 | 210.61 | 0.94 | 0.2 |
| Hex | 3 | 33 | 65 | 61 | 32 | 0 | 3C | D3 | 5E | 14 |
| Octal | 3 | 63 | 145 | 141 | 62 | 0 | 74 | 323 | 136 | 24 |
| Binary | 11 | 110011 | 1100101 | 1100001 | 110010 | 0 | 111100 | 11010011 | 1011110 | 10100 |
Color Harmonies of #033365
Complementary color
Monochromatic Colors of #033365
Black with #033365
Text Example
Text Example
White with #033365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033365; }
p { color: rgb(3,51,101); }
H1.HeaderClassName
{
color: #033365;
}
.AnyTagClassName
{
color: #033365;
}
</style>
background-color css
<style>
a { background-color: #033365; }
a { background-color: rgb(3,51,101); }
div.DivClassName
{
background-color: #033365;
}
.BgClassName
{
background-color: #033365;
}
</style>
border-color css
<style>
span { border-color: #033365; }
span { border-color: rgb(3,51,101); }
td.TdClassName
{
border-color: #033365;
}
.TagClassName
{
border-color: #033365;
}
</style>