Shades of Prussian Blue #003A5C
Tints of Prussian Blue #003A5C
RGB
CMYK
RGB Variations
Color information
#003A5C (or 0x003A5C) is known color: Prussian Blue. HEX triplet: 00, 3A and 5C. RGB value is (0,58,92). Sum of RGB (Red+Green+Blue) = 0+58+92=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #003A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A5C is #FFC5A3. Grayscale: #2C2C2C. Windows color (decimal): -16762276 or 6044160. OLE color: 6044160.
HSL color Cylindrical-coordinate representation of color #003A5C: hue angle of 202.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A5C is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 58 | 92 | - |
| CMYK | 1 | 0.37 | 0 | 0.64 |
| HSL | 202.17º | 1% | 0.18% | - |
| HSV(B) | 202.17º | 1% | 0.36% | - |
| XYZ | 3.44 | 3.8 | 10.68 | - |
| YUV | 44.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 92 | 1 | 0.37 | 0 | 0.64 | 202.17 | 1 | 0.18 |
| Hex | 0 | 3A | 5C | 64 | 25 | 0 | 40 | CA | 64 | 12 |
| Octal | 0 | 72 | 134 | 144 | 45 | 0 | 100 | 312 | 144 | 22 |
| Binary | 0 | 111010 | 1011100 | 1100100 | 100101 | 0 | 1000000 | 11001010 | 1100100 | 10010 |
Color Harmonies of #003A5C
Complementary color
Monochromatic Colors of #003A5C
Black with #003A5C
Text Example
Text Example
White with #003A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A5C; }
p { color: rgb(0,58,92); }
H1.HeaderClassName
{
color: #003A5C;
}
.AnyTagClassName
{
color: #003A5C;
}
</style>
background-color css
<style>
a { background-color: #003A5C; }
a { background-color: rgb(0,58,92); }
div.DivClassName
{
background-color: #003A5C;
}
.BgClassName
{
background-color: #003A5C;
}
</style>
border-color css
<style>
span { border-color: #003A5C; }
span { border-color: rgb(0,58,92); }
td.TdClassName
{
border-color: #003A5C;
}
.TagClassName
{
border-color: #003A5C;
}
</style>