Shades of Prussian Blue #03395C
Tints of Prussian Blue #03395C
RGB
CMYK
RGB Variations
Color information
#03395C (or 0x03395C) is known color: Prussian Blue. HEX triplet: 03, 39 and 5C. RGB value is (3,57,92). Sum of RGB (Red+Green+Blue) = 3+57+92=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #03395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395C is #FCC6A3. Grayscale: #2C2C2C. Windows color (decimal): -16565924 or 6043907. OLE color: 6043907.
HSL color Cylindrical-coordinate representation of color #03395C: hue angle of 203.6º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03395C is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 57 | 92 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.64 |
| HSL | 203.6º | 0.94% | 0.19% | - |
| HSV(B) | 203.6º | 0.97% | 0.36% | - |
| XYZ | 3.43 | 3.72 | 10.66 | - |
| YUV | 44.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 92 | 0.97 | 0.38 | 0 | 0.64 | 203.6 | 0.94 | 0.19 |
| Hex | 3 | 39 | 5C | 61 | 26 | 0 | 40 | CC | 5E | 13 |
| Octal | 3 | 71 | 134 | 141 | 46 | 0 | 100 | 314 | 136 | 23 |
| Binary | 11 | 111001 | 1011100 | 1100001 | 100110 | 0 | 1000000 | 11001100 | 1011110 | 10011 |
Color Harmonies of #03395C
Complementary color
Monochromatic Colors of #03395C
Black with #03395C
Text Example
Text Example
White with #03395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03395C; }
p { color: rgb(3,57,92); }
H1.HeaderClassName
{
color: #03395C;
}
.AnyTagClassName
{
color: #03395C;
}
</style>
background-color css
<style>
a { background-color: #03395C; }
a { background-color: rgb(3,57,92); }
div.DivClassName
{
background-color: #03395C;
}
.BgClassName
{
background-color: #03395C;
}
</style>
border-color css
<style>
span { border-color: #03395C; }
span { border-color: rgb(3,57,92); }
td.TdClassName
{
border-color: #03395C;
}
.TagClassName
{
border-color: #03395C;
}
</style>