Shades of Prussian Blue #033A5D
Tints of Prussian Blue #033A5D
RGB
CMYK
RGB Variations
Color information
#033A5D (or 0x033A5D) is known color: Prussian Blue. HEX triplet: 03, 3A and 5D. RGB value is (3,58,93). Sum of RGB (Red+Green+Blue) = 3+58+93=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #033A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A5D is #FCC5A2. Grayscale: #2D2D2D. Windows color (decimal): -16565667 or 6109699. OLE color: 6109699.
HSL color Cylindrical-coordinate representation of color #033A5D: hue angle of 203.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A5D is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 58 | 93 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.64 |
| HSL | 203.33º | 0.94% | 0.19% | - |
| HSV(B) | 203.33º | 0.97% | 0.36% | - |
| XYZ | 3.53 | 3.84 | 10.91 | - |
| YUV | 45.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 93 | 0.97 | 0.38 | 0 | 0.64 | 203.33 | 0.94 | 0.19 |
| Hex | 3 | 3A | 5D | 61 | 26 | 0 | 40 | CB | 5E | 13 |
| Octal | 3 | 72 | 135 | 141 | 46 | 0 | 100 | 313 | 136 | 23 |
| Binary | 11 | 111010 | 1011101 | 1100001 | 100110 | 0 | 1000000 | 11001011 | 1011110 | 10011 |
Color Harmonies of #033A5D
Complementary color
Monochromatic Colors of #033A5D
Black with #033A5D
Text Example
Text Example
White with #033A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A5D; }
p { color: rgb(3,58,93); }
H1.HeaderClassName
{
color: #033A5D;
}
.AnyTagClassName
{
color: #033A5D;
}
</style>
background-color css
<style>
a { background-color: #033A5D; }
a { background-color: rgb(3,58,93); }
div.DivClassName
{
background-color: #033A5D;
}
.BgClassName
{
background-color: #033A5D;
}
</style>
border-color css
<style>
span { border-color: #033A5D; }
span { border-color: rgb(3,58,93); }
td.TdClassName
{
border-color: #033A5D;
}
.TagClassName
{
border-color: #033A5D;
}
</style>