Shades of Prussian Blue #023350
Tints of Prussian Blue #023350
RGB
CMYK
RGB Variations
Color information
#023350 (or 0x023350) is known color: Prussian Blue. HEX triplet: 02, 33 and 50. RGB value is (2,51,80). Sum of RGB (Red+Green+Blue) = 2+51+80=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #023350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023350 is #FDCCAF. Grayscale: #272727. Windows color (decimal): -16633008 or 5255938. OLE color: 5255938.
HSL color Cylindrical-coordinate representation of color #023350: hue angle of 202.31º 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 #023350 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 51 | 80 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.69 |
| HSL | 202.31º | 0.95% | 0.16% | - |
| HSV(B) | 202.31º | 0.98% | 0.31% | - |
| XYZ | 2.66 | 2.96 | 8.02 | - |
| YUV | 39.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 80 | 0.98 | 0.36 | 0 | 0.69 | 202.31 | 0.95 | 0.16 |
| Hex | 2 | 33 | 50 | 62 | 24 | 0 | 45 | CA | 5F | 10 |
| Octal | 2 | 63 | 120 | 142 | 44 | 0 | 105 | 312 | 137 | 20 |
| Binary | 10 | 110011 | 1010000 | 1100010 | 100100 | 0 | 1000101 | 11001010 | 1011111 | 10000 |
Color Harmonies of #023350
Complementary color
Monochromatic Colors of #023350
Black with #023350
Text Example
Text Example
White with #023350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023350; }
p { color: rgb(2,51,80); }
H1.HeaderClassName
{
color: #023350;
}
.AnyTagClassName
{
color: #023350;
}
</style>
background-color css
<style>
a { background-color: #023350; }
a { background-color: rgb(2,51,80); }
div.DivClassName
{
background-color: #023350;
}
.BgClassName
{
background-color: #023350;
}
</style>
border-color css
<style>
span { border-color: #023350; }
span { border-color: rgb(2,51,80); }
td.TdClassName
{
border-color: #023350;
}
.TagClassName
{
border-color: #023350;
}
</style>