Shades of Prussian Blue #033762
Tints of Prussian Blue #033762
RGB
CMYK
RGB Variations
Color information
#033762 (or 0x033762) is known color: Prussian Blue. HEX triplet: 03, 37 and 62. RGB value is (3,55,98). Sum of RGB (Red+Green+Blue) = 3+55+98=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #033762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033762 is #FCC89D. Grayscale: #2C2C2C. Windows color (decimal): -16566430 or 6436611. OLE color: 6436611.
HSL color Cylindrical-coordinate representation of color #033762: hue angle of 207.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033762 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 55 | 98 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.62 |
| HSL | 207.16º | 0.94% | 0.2% | - |
| HSV(B) | 207.16º | 0.97% | 0.38% | - |
| XYZ | 3.61 | 3.63 | 12.07 | - |
| YUV | 44.35 | 158.27 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 98 | 0.97 | 0.44 | 0 | 0.62 | 207.16 | 0.94 | 0.2 |
| Hex | 3 | 37 | 62 | 61 | 2C | 0 | 3E | CF | 5E | 14 |
| Octal | 3 | 67 | 142 | 141 | 54 | 0 | 76 | 317 | 136 | 24 |
| Binary | 11 | 110111 | 1100010 | 1100001 | 101100 | 0 | 111110 | 11001111 | 1011110 | 10100 |
Color Harmonies of #033762
Complementary color
Monochromatic Colors of #033762
Black with #033762
Text Example
Text Example
White with #033762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033762; }
p { color: rgb(3,55,98); }
H1.HeaderClassName
{
color: #033762;
}
.AnyTagClassName
{
color: #033762;
}
</style>
background-color css
<style>
a { background-color: #033762; }
a { background-color: rgb(3,55,98); }
div.DivClassName
{
background-color: #033762;
}
.BgClassName
{
background-color: #033762;
}
</style>
border-color css
<style>
span { border-color: #033762; }
span { border-color: rgb(3,55,98); }
td.TdClassName
{
border-color: #033762;
}
.TagClassName
{
border-color: #033762;
}
</style>