Shades of Prussian Blue #003D6C
Tints of Prussian Blue #003D6C
RGB
CMYK
RGB Variations
Color information
#003D6C (or 0x003D6C) is known color: Prussian Blue. HEX triplet: 00, 3D and 6C. RGB value is (0,61,108). Sum of RGB (Red+Green+Blue) = 0+61+108=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #003D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D6C is #FFC293. Grayscale: #2F2F2F. Windows color (decimal): -16761492 or 7093504. OLE color: 7093504.
HSL color Cylindrical-coordinate representation of color #003D6C: hue angle of 206.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D6C is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 61 | 108 | - |
| CMYK | 1 | 0.44 | 0 | 0.58 |
| HSL | 206.11º | 1% | 0.21% | - |
| HSV(B) | 206.11º | 1% | 0.42% | - |
| XYZ | 4.38 | 4.42 | 14.81 | - |
| YUV | 48.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 108 | 1 | 0.44 | 0 | 0.58 | 206.11 | 1 | 0.21 |
| Hex | 0 | 3D | 6C | 64 | 2C | 0 | 3A | CE | 64 | 15 |
| Octal | 0 | 75 | 154 | 144 | 54 | 0 | 72 | 316 | 144 | 25 |
| Binary | 0 | 111101 | 1101100 | 1100100 | 101100 | 0 | 111010 | 11001110 | 1100100 | 10101 |
Color Harmonies of #003D6C
Complementary color
Monochromatic Colors of #003D6C
Black with #003D6C
Text Example
Text Example
White with #003D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D6C; }
p { color: rgb(0,61,108); }
H1.HeaderClassName
{
color: #003D6C;
}
.AnyTagClassName
{
color: #003D6C;
}
</style>
background-color css
<style>
a { background-color: #003D6C; }
a { background-color: rgb(0,61,108); }
div.DivClassName
{
background-color: #003D6C;
}
.BgClassName
{
background-color: #003D6C;
}
</style>
border-color css
<style>
span { border-color: #003D6C; }
span { border-color: rgb(0,61,108); }
td.TdClassName
{
border-color: #003D6C;
}
.TagClassName
{
border-color: #003D6C;
}
</style>