Shades of Prussian Blue #03385A
Tints of Prussian Blue #03385A
RGB
CMYK
RGB Variations
Color information
#03385A (or 0x03385A) is known color: Prussian Blue. HEX triplet: 03, 38 and 5A. RGB value is (3,56,90). Sum of RGB (Red+Green+Blue) = 3+56+90=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #03385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03385A is #FCC7A5. Grayscale: #2B2B2B. Windows color (decimal): -16566182 or 5912579. OLE color: 5912579.
HSL color Cylindrical-coordinate representation of color #03385A: hue angle of 203.45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03385A is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 56 | 90 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.65 |
| HSL | 203.45º | 0.94% | 0.18% | - |
| HSV(B) | 203.45º | 0.97% | 0.35% | - |
| XYZ | 3.3 | 3.59 | 10.19 | - |
| YUV | 44.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 90 | 0.97 | 0.38 | 0 | 0.65 | 203.45 | 0.94 | 0.18 |
| Hex | 3 | 38 | 5A | 61 | 26 | 0 | 41 | CB | 5E | 12 |
| Octal | 3 | 70 | 132 | 141 | 46 | 0 | 101 | 313 | 136 | 22 |
| Binary | 11 | 111000 | 1011010 | 1100001 | 100110 | 0 | 1000001 | 11001011 | 1011110 | 10010 |
Color Harmonies of #03385A
Complementary color
Monochromatic Colors of #03385A
Black with #03385A
Text Example
Text Example
White with #03385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03385A; }
p { color: rgb(3,56,90); }
H1.HeaderClassName
{
color: #03385A;
}
.AnyTagClassName
{
color: #03385A;
}
</style>
background-color css
<style>
a { background-color: #03385A; }
a { background-color: rgb(3,56,90); }
div.DivClassName
{
background-color: #03385A;
}
.BgClassName
{
background-color: #03385A;
}
</style>
border-color css
<style>
span { border-color: #03385A; }
span { border-color: rgb(3,56,90); }
td.TdClassName
{
border-color: #03385A;
}
.TagClassName
{
border-color: #03385A;
}
</style>