Shades of Prussian Blue #033D6C
Tints of Prussian Blue #033D6C
RGB
CMYK
RGB Variations
Color information
#033D6C (or 0x033D6C) is known color: Prussian Blue. HEX triplet: 03, 3D and 6C. RGB value is (3,61,108). Sum of RGB (Red+Green+Blue) = 3+61+108=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #033D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D6C is #FCC293. Grayscale: #303030. Windows color (decimal): -16564884 or 7093507. OLE color: 7093507.
HSL color Cylindrical-coordinate representation of color #033D6C: hue angle of 206.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033D6C is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 61 | 108 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.58 |
| HSL | 206.86º | 0.95% | 0.22% | - |
| HSV(B) | 206.86º | 0.97% | 0.42% | - |
| XYZ | 4.41 | 4.44 | 14.81 | - |
| YUV | 49.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 108 | 0.97 | 0.44 | 0 | 0.58 | 206.86 | 0.95 | 0.22 |
| Hex | 3 | 3D | 6C | 61 | 2C | 0 | 3A | CF | 5F | 16 |
| Octal | 3 | 75 | 154 | 141 | 54 | 0 | 72 | 317 | 137 | 26 |
| Binary | 11 | 111101 | 1101100 | 1100001 | 101100 | 0 | 111010 | 11001111 | 1011111 | 10110 |
Color Harmonies of #033D6C
Complementary color
Monochromatic Colors of #033D6C
Black with #033D6C
Text Example
Text Example
White with #033D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D6C; }
p { color: rgb(3,61,108); }
H1.HeaderClassName
{
color: #033D6C;
}
.AnyTagClassName
{
color: #033D6C;
}
</style>
background-color css
<style>
a { background-color: #033D6C; }
a { background-color: rgb(3,61,108); }
div.DivClassName
{
background-color: #033D6C;
}
.BgClassName
{
background-color: #033D6C;
}
</style>
border-color css
<style>
span { border-color: #033D6C; }
span { border-color: rgb(3,61,108); }
td.TdClassName
{
border-color: #033D6C;
}
.TagClassName
{
border-color: #033D6C;
}
</style>