Shades of Prussian Blue #003E6B
Tints of Prussian Blue #003E6B
RGB
CMYK
RGB Variations
Color information
#003E6B (or 0x003E6B) is known color: Prussian Blue. HEX triplet: 00, 3E and 6B. RGB value is (0,62,107). Sum of RGB (Red+Green+Blue) = 0+62+107=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #003E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E6B is #FFC194. Grayscale: #303030. Windows color (decimal): -16761237 or 7028224. OLE color: 7028224.
HSL color Cylindrical-coordinate representation of color #003E6B: hue angle of 205.23º 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 #003E6B is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 62 | 107 | - |
| CMYK | 1 | 0.42 | 0 | 0.58 |
| HSL | 205.23º | 1% | 0.21% | - |
| HSV(B) | 205.23º | 1% | 0.42% | - |
| XYZ | 4.38 | 4.51 | 14.55 | - |
| YUV | 48.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 107 | 1 | 0.42 | 0 | 0.58 | 205.23 | 1 | 0.21 |
| Hex | 0 | 3E | 6B | 64 | 2A | 0 | 3A | CD | 64 | 15 |
| Octal | 0 | 76 | 153 | 144 | 52 | 0 | 72 | 315 | 144 | 25 |
| Binary | 0 | 111110 | 1101011 | 1100100 | 101010 | 0 | 111010 | 11001101 | 1100100 | 10101 |
Color Harmonies of #003E6B
Complementary color
Monochromatic Colors of #003E6B
Black with #003E6B
Text Example
Text Example
White with #003E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E6B; }
p { color: rgb(0,62,107); }
H1.HeaderClassName
{
color: #003E6B;
}
.AnyTagClassName
{
color: #003E6B;
}
</style>
background-color css
<style>
a { background-color: #003E6B; }
a { background-color: rgb(0,62,107); }
div.DivClassName
{
background-color: #003E6B;
}
.BgClassName
{
background-color: #003E6B;
}
</style>
border-color css
<style>
span { border-color: #003E6B; }
span { border-color: rgb(0,62,107); }
td.TdClassName
{
border-color: #003E6B;
}
.TagClassName
{
border-color: #003E6B;
}
</style>