Shades of Prussian Blue #03365C
Tints of Prussian Blue #03365C
RGB
CMYK
RGB Variations
Color information
#03365C (or 0x03365C) is known color: Prussian Blue. HEX triplet: 03, 36 and 5C. RGB value is (3,54,92). Sum of RGB (Red+Green+Blue) = 3+54+92=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #03365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03365C is #FCC9A3. Grayscale: #2A2A2A. Windows color (decimal): -16566692 or 6043139. OLE color: 6043139.
HSL color Cylindrical-coordinate representation of color #03365C: hue angle of 205.62º 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 #03365C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 54 | 92 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.64 |
| HSL | 205.62º | 0.94% | 0.19% | - |
| HSV(B) | 205.62º | 0.97% | 0.36% | - |
| XYZ | 3.29 | 3.43 | 10.61 | - |
| YUV | 43.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 92 | 0.97 | 0.41 | 0 | 0.64 | 205.62 | 0.94 | 0.19 |
| Hex | 3 | 36 | 5C | 61 | 29 | 0 | 40 | CE | 5E | 13 |
| Octal | 3 | 66 | 134 | 141 | 51 | 0 | 100 | 316 | 136 | 23 |
| Binary | 11 | 110110 | 1011100 | 1100001 | 101001 | 0 | 1000000 | 11001110 | 1011110 | 10011 |
Color Harmonies of #03365C
Complementary color
Monochromatic Colors of #03365C
Black with #03365C
Text Example
Text Example
White with #03365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03365C; }
p { color: rgb(3,54,92); }
H1.HeaderClassName
{
color: #03365C;
}
.AnyTagClassName
{
color: #03365C;
}
</style>
background-color css
<style>
a { background-color: #03365C; }
a { background-color: rgb(3,54,92); }
div.DivClassName
{
background-color: #03365C;
}
.BgClassName
{
background-color: #03365C;
}
</style>
border-color css
<style>
span { border-color: #03365C; }
span { border-color: rgb(3,54,92); }
td.TdClassName
{
border-color: #03365C;
}
.TagClassName
{
border-color: #03365C;
}
</style>