Shades of Prussian Blue #023366
Tints of Prussian Blue #023366
RGB
CMYK
RGB Variations
Color information
#023366 (or 0x023366) is known color: Prussian Blue. HEX triplet: 02, 33 and 66. RGB value is (2,51,102). Sum of RGB (Red+Green+Blue) = 2+51+102=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #023366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023366 is #FDCC99. Grayscale: #292929. Windows color (decimal): -16632986 or 6697730. OLE color: 6697730.
HSL color Cylindrical-coordinate representation of color #023366: hue angle of 210.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023366 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 51 | 102 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.6 |
| HSL | 210.6º | 0.96% | 0.2% | - |
| HSV(B) | 210.6º | 0.98% | 0.4% | - |
| XYZ | 3.61 | 3.34 | 13.02 | - |
| YUV | 42.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 102 | 0.98 | 0.5 | 0 | 0.6 | 210.6 | 0.96 | 0.2 |
| Hex | 2 | 33 | 66 | 62 | 32 | 0 | 3C | D3 | 60 | 14 |
| Octal | 2 | 63 | 146 | 142 | 62 | 0 | 74 | 323 | 140 | 24 |
| Binary | 10 | 110011 | 1100110 | 1100010 | 110010 | 0 | 111100 | 11010011 | 1100000 | 10100 |
Color Harmonies of #023366
Complementary color
Monochromatic Colors of #023366
Black with #023366
Text Example
Text Example
White with #023366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023366; }
p { color: rgb(2,51,102); }
H1.HeaderClassName
{
color: #023366;
}
.AnyTagClassName
{
color: #023366;
}
</style>
background-color css
<style>
a { background-color: #023366; }
a { background-color: rgb(2,51,102); }
div.DivClassName
{
background-color: #023366;
}
.BgClassName
{
background-color: #023366;
}
</style>
border-color css
<style>
span { border-color: #023366; }
span { border-color: rgb(2,51,102); }
td.TdClassName
{
border-color: #023366;
}
.TagClassName
{
border-color: #023366;
}
</style>