Shades of Prussian Blue #033C65
Tints of Prussian Blue #033C65
RGB
CMYK
RGB Variations
Color information
#033C65 (or 0x033C65) is known color: Prussian Blue. HEX triplet: 03, 3C and 65. RGB value is (3,60,101). Sum of RGB (Red+Green+Blue) = 3+60+101=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #033C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C65 is #FCC39A. Grayscale: #2F2F2F. Windows color (decimal): -16565147 or 6634499. OLE color: 6634499.
HSL color Cylindrical-coordinate representation of color #033C65: hue angle of 205.1º 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 #033C65 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 60 | 101 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.60 |
| HSL | 205.1º | 0.94% | 0.2% | - |
| HSV(B) | 205.1º | 0.97% | 0.4% | - |
| XYZ | 4 | 4.19 | 12.91 | - |
| YUV | 47.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 101 | 0.97 | 0.41 | 0 | 0.60 | 205.1 | 0.94 | 0.2 |
| Hex | 3 | 3C | 65 | 61 | 29 | 0 | 3C | CD | 5E | 14 |
| Octal | 3 | 74 | 145 | 141 | 51 | 0 | 74 | 315 | 136 | 24 |
| Binary | 11 | 111100 | 1100101 | 1100001 | 101001 | 0 | 111100 | 11001101 | 1011110 | 10100 |
Color Harmonies of #033C65
Complementary color
Monochromatic Colors of #033C65
Black with #033C65
Text Example
Text Example
White with #033C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C65; }
p { color: rgb(3,60,101); }
H1.HeaderClassName
{
color: #033C65;
}
.AnyTagClassName
{
color: #033C65;
}
</style>
background-color css
<style>
a { background-color: #033C65; }
a { background-color: rgb(3,60,101); }
div.DivClassName
{
background-color: #033C65;
}
.BgClassName
{
background-color: #033C65;
}
</style>
border-color css
<style>
span { border-color: #033C65; }
span { border-color: rgb(3,60,101); }
td.TdClassName
{
border-color: #033C65;
}
.TagClassName
{
border-color: #033C65;
}
</style>