Shades of Prussian Blue #033A65
Tints of Prussian Blue #033A65
RGB
CMYK
RGB Variations
Color information
#033A65 (or 0x033A65) is known color: Prussian Blue. HEX triplet: 03, 3A and 65. RGB value is (3,58,101). Sum of RGB (Red+Green+Blue) = 3+58+101=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #033A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A65 is #FCC59A. Grayscale: #2E2E2E. Windows color (decimal): -16565659 or 6633987. OLE color: 6633987.
HSL color Cylindrical-coordinate representation of color #033A65: hue angle of 206.33º 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 #033A65 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 58 | 101 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.60 |
| HSL | 206.33º | 0.94% | 0.2% | - |
| HSV(B) | 206.33º | 0.97% | 0.4% | - |
| XYZ | 3.9 | 3.99 | 12.88 | - |
| YUV | 46.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 101 | 0.97 | 0.43 | 0 | 0.60 | 206.33 | 0.94 | 0.2 |
| Hex | 3 | 3A | 65 | 61 | 2B | 0 | 3C | CE | 5E | 14 |
| Octal | 3 | 72 | 145 | 141 | 53 | 0 | 74 | 316 | 136 | 24 |
| Binary | 11 | 111010 | 1100101 | 1100001 | 101011 | 0 | 111100 | 11001110 | 1011110 | 10100 |
Color Harmonies of #033A65
Complementary color
Monochromatic Colors of #033A65
Black with #033A65
Text Example
Text Example
White with #033A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A65; }
p { color: rgb(3,58,101); }
H1.HeaderClassName
{
color: #033A65;
}
.AnyTagClassName
{
color: #033A65;
}
</style>
background-color css
<style>
a { background-color: #033A65; }
a { background-color: rgb(3,58,101); }
div.DivClassName
{
background-color: #033A65;
}
.BgClassName
{
background-color: #033A65;
}
</style>
border-color css
<style>
span { border-color: #033A65; }
span { border-color: rgb(3,58,101); }
td.TdClassName
{
border-color: #033A65;
}
.TagClassName
{
border-color: #033A65;
}
</style>