Shades of Prussian Blue #033E68
Tints of Prussian Blue #033E68
RGB
CMYK
RGB Variations
Color information
#033E68 (or 0x033E68) is known color: Prussian Blue. HEX triplet: 03, 3E and 68. RGB value is (3,62,104). Sum of RGB (Red+Green+Blue) = 3+62+104=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #033E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033E68 is #FCC197. Grayscale: #303030. Windows color (decimal): -16564632 or 6831619. OLE color: 6831619.
HSL color Cylindrical-coordinate representation of color #033E68: hue angle of 204.95º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033E68 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 62 | 104 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.59 |
| HSL | 204.95º | 0.94% | 0.21% | - |
| HSV(B) | 204.95º | 0.97% | 0.41% | - |
| XYZ | 4.26 | 4.46 | 13.73 | - |
| YUV | 49.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 104 | 0.97 | 0.40 | 0 | 0.59 | 204.95 | 0.94 | 0.21 |
| Hex | 3 | 3E | 68 | 61 | 28 | 0 | 3B | CD | 5E | 15 |
| Octal | 3 | 76 | 150 | 141 | 50 | 0 | 73 | 315 | 136 | 25 |
| Binary | 11 | 111110 | 1101000 | 1100001 | 101000 | 0 | 111011 | 11001101 | 1011110 | 10101 |
Color Harmonies of #033E68
Complementary color
Monochromatic Colors of #033E68
Black with #033E68
Text Example
Text Example
White with #033E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E68; }
p { color: rgb(3,62,104); }
H1.HeaderClassName
{
color: #033E68;
}
.AnyTagClassName
{
color: #033E68;
}
</style>
background-color css
<style>
a { background-color: #033E68; }
a { background-color: rgb(3,62,104); }
div.DivClassName
{
background-color: #033E68;
}
.BgClassName
{
background-color: #033E68;
}
</style>
border-color css
<style>
span { border-color: #033E68; }
span { border-color: rgb(3,62,104); }
td.TdClassName
{
border-color: #033E68;
}
.TagClassName
{
border-color: #033E68;
}
</style>