Shades of Prussian Blue #033A68
Tints of Prussian Blue #033A68
RGB
CMYK
RGB Variations
Color information
#033A68 (or 0x033A68) is known color: Prussian Blue. HEX triplet: 03, 3A and 68. RGB value is (3,58,104). Sum of RGB (Red+Green+Blue) = 3+58+104=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #033A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A68 is #FCC597. Grayscale: #2E2E2E. Windows color (decimal): -16565656 or 6830595. OLE color: 6830595.
HSL color Cylindrical-coordinate representation of color #033A68: hue angle of 207.33º 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 #033A68 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 58 | 104 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.59 |
| HSL | 207.33º | 0.94% | 0.21% | - |
| HSV(B) | 207.33º | 0.97% | 0.41% | - |
| XYZ | 4.05 | 4.04 | 13.66 | - |
| YUV | 46.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 104 | 0.97 | 0.44 | 0 | 0.59 | 207.33 | 0.94 | 0.21 |
| Hex | 3 | 3A | 68 | 61 | 2C | 0 | 3B | CF | 5E | 15 |
| Octal | 3 | 72 | 150 | 141 | 54 | 0 | 73 | 317 | 136 | 25 |
| Binary | 11 | 111010 | 1101000 | 1100001 | 101100 | 0 | 111011 | 11001111 | 1011110 | 10101 |
Color Harmonies of #033A68
Complementary color
Monochromatic Colors of #033A68
Black with #033A68
Text Example
Text Example
White with #033A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A68; }
p { color: rgb(3,58,104); }
H1.HeaderClassName
{
color: #033A68;
}
.AnyTagClassName
{
color: #033A68;
}
</style>
background-color css
<style>
a { background-color: #033A68; }
a { background-color: rgb(3,58,104); }
div.DivClassName
{
background-color: #033A68;
}
.BgClassName
{
background-color: #033A68;
}
</style>
border-color css
<style>
span { border-color: #033A68; }
span { border-color: rgb(3,58,104); }
td.TdClassName
{
border-color: #033A68;
}
.TagClassName
{
border-color: #033A68;
}
</style>