Shades of Prussian Blue #063D58
Tints of Prussian Blue #063D58
RGB
CMYK
RGB Variations
Color information
#063D58 (or 0x063D58) is known color: Prussian Blue. HEX triplet: 06, 3D and 58. RGB value is (6,61,88). Sum of RGB (Red+Green+Blue) = 6+61+88=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #063D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D58 is #F9C2A7. Grayscale: #2F2F2F. Windows color (decimal): -16368296 or 5782790. OLE color: 5782790.
HSL color Cylindrical-coordinate representation of color #063D58: hue angle of 199.76º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063D58 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 61 | 88 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.65 |
| HSL | 199.76º | 0.87% | 0.18% | - |
| HSV(B) | 199.76º | 0.93% | 0.35% | - |
| XYZ | 3.51 | 4.08 | 9.84 | - |
| YUV | 47.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 88 | 0.93 | 0.31 | 0 | 0.65 | 199.76 | 0.87 | 0.18 |
| Hex | 6 | 3D | 58 | 5D | 1F | 0 | 41 | C8 | 57 | 12 |
| Octal | 6 | 75 | 130 | 135 | 37 | 0 | 101 | 310 | 127 | 22 |
| Binary | 110 | 111101 | 1011000 | 1011101 | 11111 | 0 | 1000001 | 11001000 | 1010111 | 10010 |
Color Harmonies of #063D58
Complementary color
Monochromatic Colors of #063D58
Black with #063D58
Text Example
Text Example
White with #063D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D58; }
p { color: rgb(6,61,88); }
H1.HeaderClassName
{
color: #063D58;
}
.AnyTagClassName
{
color: #063D58;
}
</style>
background-color css
<style>
a { background-color: #063D58; }
a { background-color: rgb(6,61,88); }
div.DivClassName
{
background-color: #063D58;
}
.BgClassName
{
background-color: #063D58;
}
</style>
border-color css
<style>
span { border-color: #063D58; }
span { border-color: rgb(6,61,88); }
td.TdClassName
{
border-color: #063D58;
}
.TagClassName
{
border-color: #063D58;
}
</style>