Shades of Prussian Blue #003B5C
Tints of Prussian Blue #003B5C
RGB
CMYK
RGB Variations
Color information
#003B5C (or 0x003B5C) is known color: Prussian Blue. HEX triplet: 00, 3B and 5C. RGB value is (0,59,92). Sum of RGB (Red+Green+Blue) = 0+59+92=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #003B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B5C is #FFC4A3. Grayscale: #2C2C2C. Windows color (decimal): -16762020 or 6044416. OLE color: 6044416.
HSL color Cylindrical-coordinate representation of color #003B5C: hue angle of 201.52º 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 #003B5C is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 59 | 92 | - |
| CMYK | 1 | 0.36 | 0 | 0.64 |
| HSL | 201.52º | 1% | 0.18% | - |
| HSV(B) | 201.52º | 1% | 0.36% | - |
| XYZ | 3.5 | 3.9 | 10.69 | - |
| YUV | 45.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 92 | 1 | 0.36 | 0 | 0.64 | 201.52 | 1 | 0.18 |
| Hex | 0 | 3B | 5C | 64 | 24 | 0 | 40 | CA | 64 | 12 |
| Octal | 0 | 73 | 134 | 144 | 44 | 0 | 100 | 312 | 144 | 22 |
| Binary | 0 | 111011 | 1011100 | 1100100 | 100100 | 0 | 1000000 | 11001010 | 1100100 | 10010 |
Color Harmonies of #003B5C
Complementary color
Monochromatic Colors of #003B5C
Black with #003B5C
Text Example
Text Example
White with #003B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B5C; }
p { color: rgb(0,59,92); }
H1.HeaderClassName
{
color: #003B5C;
}
.AnyTagClassName
{
color: #003B5C;
}
</style>
background-color css
<style>
a { background-color: #003B5C; }
a { background-color: rgb(0,59,92); }
div.DivClassName
{
background-color: #003B5C;
}
.BgClassName
{
background-color: #003B5C;
}
</style>
border-color css
<style>
span { border-color: #003B5C; }
span { border-color: rgb(0,59,92); }
td.TdClassName
{
border-color: #003B5C;
}
.TagClassName
{
border-color: #003B5C;
}
</style>