Shades of Prussian Blue #033A5C
Tints of Prussian Blue #033A5C
RGB
CMYK
RGB Variations
Color information
#033A5C (or 0x033A5C) is known color: Prussian Blue. HEX triplet: 03, 3A and 5C. RGB value is (3,58,92). Sum of RGB (Red+Green+Blue) = 3+58+92=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #033A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A5C is #FCC5A3. Grayscale: #2D2D2D. Windows color (decimal): -16565668 or 6044163. OLE color: 6044163.
HSL color Cylindrical-coordinate representation of color #033A5C: hue angle of 202.92º 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 #033A5C is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 58 | 92 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.64 |
| HSL | 202.92º | 0.94% | 0.19% | - |
| HSV(B) | 202.92º | 0.97% | 0.36% | - |
| XYZ | 3.48 | 3.82 | 10.68 | - |
| YUV | 45.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 92 | 0.97 | 0.37 | 0 | 0.64 | 202.92 | 0.94 | 0.19 |
| Hex | 3 | 3A | 5C | 61 | 25 | 0 | 40 | CB | 5E | 13 |
| Octal | 3 | 72 | 134 | 141 | 45 | 0 | 100 | 313 | 136 | 23 |
| Binary | 11 | 111010 | 1011100 | 1100001 | 100101 | 0 | 1000000 | 11001011 | 1011110 | 10011 |
Color Harmonies of #033A5C
Complementary color
Monochromatic Colors of #033A5C
Black with #033A5C
Text Example
Text Example
White with #033A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A5C; }
p { color: rgb(3,58,92); }
H1.HeaderClassName
{
color: #033A5C;
}
.AnyTagClassName
{
color: #033A5C;
}
</style>
background-color css
<style>
a { background-color: #033A5C; }
a { background-color: rgb(3,58,92); }
div.DivClassName
{
background-color: #033A5C;
}
.BgClassName
{
background-color: #033A5C;
}
</style>
border-color css
<style>
span { border-color: #033A5C; }
span { border-color: rgb(3,58,92); }
td.TdClassName
{
border-color: #033A5C;
}
.TagClassName
{
border-color: #033A5C;
}
</style>