Shades of Prussian Blue #003D6B
Tints of Prussian Blue #003D6B
RGB
CMYK
RGB Variations
Color information
#003D6B (or 0x003D6B) is known color: Prussian Blue. HEX triplet: 00, 3D and 6B. RGB value is (0,61,107). Sum of RGB (Red+Green+Blue) = 0+61+107=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #003D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D6B is #FFC294. Grayscale: #2F2F2F. Windows color (decimal): -16761493 or 7027968. OLE color: 7027968.
HSL color Cylindrical-coordinate representation of color #003D6B: hue angle of 205.79º 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 #003D6B is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 61 | 107 | - |
| CMYK | 1 | 0.43 | 0 | 0.58 |
| HSL | 205.79º | 1% | 0.21% | - |
| HSV(B) | 205.79º | 1% | 0.42% | - |
| XYZ | 4.32 | 4.4 | 14.53 | - |
| YUV | 48.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 107 | 1 | 0.43 | 0 | 0.58 | 205.79 | 1 | 0.21 |
| Hex | 0 | 3D | 6B | 64 | 2B | 0 | 3A | CE | 64 | 15 |
| Octal | 0 | 75 | 153 | 144 | 53 | 0 | 72 | 316 | 144 | 25 |
| Binary | 0 | 111101 | 1101011 | 1100100 | 101011 | 0 | 111010 | 11001110 | 1100100 | 10101 |
Color Harmonies of #003D6B
Complementary color
Monochromatic Colors of #003D6B
Black with #003D6B
Text Example
Text Example
White with #003D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D6B; }
p { color: rgb(0,61,107); }
H1.HeaderClassName
{
color: #003D6B;
}
.AnyTagClassName
{
color: #003D6B;
}
</style>
background-color css
<style>
a { background-color: #003D6B; }
a { background-color: rgb(0,61,107); }
div.DivClassName
{
background-color: #003D6B;
}
.BgClassName
{
background-color: #003D6B;
}
</style>
border-color css
<style>
span { border-color: #003D6B; }
span { border-color: rgb(0,61,107); }
td.TdClassName
{
border-color: #003D6B;
}
.TagClassName
{
border-color: #003D6B;
}
</style>