Shades of Prussian Blue #023A74
Tints of Prussian Blue #023A74
RGB
CMYK
RGB Variations
Color information
#023A74 (or 0x023A74) is known color: Prussian Blue. HEX triplet: 02, 3A and 74. RGB value is (2,58,116). Sum of RGB (Red+Green+Blue) = 2+58+116=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #023A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A74 is #FDC58B. Grayscale: #2F2F2F. Windows color (decimal): -16631180 or 7617026. OLE color: 7617026.
HSL color Cylindrical-coordinate representation of color #023A74: hue angle of 210.53º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A74 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 58 | 116 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.55 |
| HSL | 210.53º | 0.97% | 0.23% | - |
| HSV(B) | 210.53º | 0.98% | 0.45% | - |
| XYZ | 4.69 | 4.3 | 17.11 | - |
| YUV | 47.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 116 | 0.98 | 0.5 | 0 | 0.55 | 210.53 | 0.97 | 0.23 |
| Hex | 2 | 3A | 74 | 62 | 32 | 0 | 37 | D3 | 61 | 17 |
| Octal | 2 | 72 | 164 | 142 | 62 | 0 | 67 | 323 | 141 | 27 |
| Binary | 10 | 111010 | 1110100 | 1100010 | 110010 | 0 | 110111 | 11010011 | 1100001 | 10111 |
Color Harmonies of #023A74
Complementary color
Monochromatic Colors of #023A74
Black with #023A74
Text Example
Text Example
White with #023A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A74; }
p { color: rgb(2,58,116); }
H1.HeaderClassName
{
color: #023A74;
}
.AnyTagClassName
{
color: #023A74;
}
</style>
background-color css
<style>
a { background-color: #023A74; }
a { background-color: rgb(2,58,116); }
div.DivClassName
{
background-color: #023A74;
}
.BgClassName
{
background-color: #023A74;
}
</style>
border-color css
<style>
span { border-color: #023A74; }
span { border-color: rgb(2,58,116); }
td.TdClassName
{
border-color: #023A74;
}
.TagClassName
{
border-color: #023A74;
}
</style>