Shades of Prussian Blue #023450
Tints of Prussian Blue #023450
RGB
CMYK
RGB Variations
Color information
#023450 (or 0x023450) is known color: Prussian Blue. HEX triplet: 02, 34 and 50. RGB value is (2,52,80). Sum of RGB (Red+Green+Blue) = 2+52+80=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #023450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023450 is #FDCBAF. Grayscale: #282828. Windows color (decimal): -16632752 or 5256194. OLE color: 5256194.
HSL color Cylindrical-coordinate representation of color #023450: hue angle of 201.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023450 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 52 | 80 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.69 |
| HSL | 201.54º | 0.95% | 0.16% | - |
| HSV(B) | 201.54º | 0.98% | 0.31% | - |
| XYZ | 2.7 | 3.05 | 8.04 | - |
| YUV | 40.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 80 | 0.98 | 0.35 | 0 | 0.69 | 201.54 | 0.95 | 0.16 |
| Hex | 2 | 34 | 50 | 62 | 23 | 0 | 45 | CA | 5F | 10 |
| Octal | 2 | 64 | 120 | 142 | 43 | 0 | 105 | 312 | 137 | 20 |
| Binary | 10 | 110100 | 1010000 | 1100010 | 100011 | 0 | 1000101 | 11001010 | 1011111 | 10000 |
Color Harmonies of #023450
Complementary color
Monochromatic Colors of #023450
Black with #023450
Text Example
Text Example
White with #023450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023450; }
p { color: rgb(2,52,80); }
H1.HeaderClassName
{
color: #023450;
}
.AnyTagClassName
{
color: #023450;
}
</style>
background-color css
<style>
a { background-color: #023450; }
a { background-color: rgb(2,52,80); }
div.DivClassName
{
background-color: #023450;
}
.BgClassName
{
background-color: #023450;
}
</style>
border-color css
<style>
span { border-color: #023450; }
span { border-color: rgb(2,52,80); }
td.TdClassName
{
border-color: #023450;
}
.TagClassName
{
border-color: #023450;
}
</style>