Shades of Prussian Blue #034163
Tints of Prussian Blue #034163
RGB
CMYK
RGB Variations
Color information
#034163 (or 0x034163) is known color: Prussian Blue. HEX triplet: 03, 41 and 63. RGB value is (3,65,99). Sum of RGB (Red+Green+Blue) = 3+65+99=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #034163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034163 is #FCBE9C. Grayscale: #323232. Windows color (decimal): -16563869 or 6504707. OLE color: 6504707.
HSL color Cylindrical-coordinate representation of color #034163: hue angle of 201.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034163 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 65 | 99 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.61 |
| HSL | 201.25º | 0.94% | 0.2% | - |
| HSV(B) | 201.25º | 0.97% | 0.39% | - |
| XYZ | 4.18 | 4.7 | 12.49 | - |
| YUV | 50.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 99 | 0.97 | 0.34 | 0 | 0.61 | 201.25 | 0.94 | 0.2 |
| Hex | 3 | 41 | 63 | 61 | 22 | 0 | 3D | C9 | 5E | 14 |
| Octal | 3 | 101 | 143 | 141 | 42 | 0 | 75 | 311 | 136 | 24 |
| Binary | 11 | 1000001 | 1100011 | 1100001 | 100010 | 0 | 111101 | 11001001 | 1011110 | 10100 |
Color Harmonies of #034163
Complementary color
Monochromatic Colors of #034163
Black with #034163
Text Example
Text Example
White with #034163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034163; }
p { color: rgb(3,65,99); }
H1.HeaderClassName
{
color: #034163;
}
.AnyTagClassName
{
color: #034163;
}
</style>
background-color css
<style>
a { background-color: #034163; }
a { background-color: rgb(3,65,99); }
div.DivClassName
{
background-color: #034163;
}
.BgClassName
{
background-color: #034163;
}
</style>
border-color css
<style>
span { border-color: #034163; }
span { border-color: rgb(3,65,99); }
td.TdClassName
{
border-color: #034163;
}
.TagClassName
{
border-color: #034163;
}
</style>