Shades of Prussian Blue #023268
Tints of Prussian Blue #023268
RGB
CMYK
RGB Variations
Color information
#023268 (or 0x023268) is known color: Prussian Blue. HEX triplet: 02, 32 and 68. RGB value is (2,50,104). Sum of RGB (Red+Green+Blue) = 2+50+104=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #023268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023268 is #FDCD97. Grayscale: #292929. Windows color (decimal): -16633240 or 6828546. OLE color: 6828546.
HSL color Cylindrical-coordinate representation of color #023268: hue angle of 211.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023268 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 50 | 104 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.59 |
| HSL | 211.76º | 0.96% | 0.21% | - |
| HSV(B) | 211.76º | 0.98% | 0.41% | - |
| XYZ | 3.66 | 3.29 | 13.54 | - |
| YUV | 41.8 | 163.1 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 104 | 0.98 | 0.52 | 0 | 0.59 | 211.76 | 0.96 | 0.21 |
| Hex | 2 | 32 | 68 | 62 | 34 | 0 | 3B | D4 | 60 | 15 |
| Octal | 2 | 62 | 150 | 142 | 64 | 0 | 73 | 324 | 140 | 25 |
| Binary | 10 | 110010 | 1101000 | 1100010 | 110100 | 0 | 111011 | 11010100 | 1100000 | 10101 |
Color Harmonies of #023268
Complementary color
Monochromatic Colors of #023268
Black with #023268
Text Example
Text Example
White with #023268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023268; }
p { color: rgb(2,50,104); }
H1.HeaderClassName
{
color: #023268;
}
.AnyTagClassName
{
color: #023268;
}
</style>
background-color css
<style>
a { background-color: #023268; }
a { background-color: rgb(2,50,104); }
div.DivClassName
{
background-color: #023268;
}
.BgClassName
{
background-color: #023268;
}
</style>
border-color css
<style>
span { border-color: #023268; }
span { border-color: rgb(2,50,104); }
td.TdClassName
{
border-color: #023268;
}
.TagClassName
{
border-color: #023268;
}
</style>