Shades of Prussian Blue #023D60
Tints of Prussian Blue #023D60
RGB
CMYK
RGB Variations
Color information
#023D60 (or 0x023D60) is known color: Prussian Blue. HEX triplet: 02, 3D and 60. RGB value is (2,61,96). Sum of RGB (Red+Green+Blue) = 2+61+96=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #023D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D60 is #FDC29F. Grayscale: #2F2F2F. Windows color (decimal): -16630432 or 6307074. OLE color: 6307074.
HSL color Cylindrical-coordinate representation of color #023D60: hue angle of 202.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D60 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 61 | 96 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.62 |
| HSL | 202.34º | 0.96% | 0.19% | - |
| HSV(B) | 202.34º | 0.98% | 0.38% | - |
| XYZ | 3.81 | 4.19 | 11.68 | - |
| YUV | 47.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 96 | 0.98 | 0.36 | 0 | 0.62 | 202.34 | 0.96 | 0.19 |
| Hex | 2 | 3D | 60 | 62 | 24 | 0 | 3E | CA | 60 | 13 |
| Octal | 2 | 75 | 140 | 142 | 44 | 0 | 76 | 312 | 140 | 23 |
| Binary | 10 | 111101 | 1100000 | 1100010 | 100100 | 0 | 111110 | 11001010 | 1100000 | 10011 |
Color Harmonies of #023D60
Complementary color
Monochromatic Colors of #023D60
Black with #023D60
Text Example
Text Example
White with #023D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D60; }
p { color: rgb(2,61,96); }
H1.HeaderClassName
{
color: #023D60;
}
.AnyTagClassName
{
color: #023D60;
}
</style>
background-color css
<style>
a { background-color: #023D60; }
a { background-color: rgb(2,61,96); }
div.DivClassName
{
background-color: #023D60;
}
.BgClassName
{
background-color: #023D60;
}
</style>
border-color css
<style>
span { border-color: #023D60; }
span { border-color: rgb(2,61,96); }
td.TdClassName
{
border-color: #023D60;
}
.TagClassName
{
border-color: #023D60;
}
</style>