Shades of Prussian Blue #023367
Tints of Prussian Blue #023367
RGB
CMYK
RGB Variations
Color information
#023367 (or 0x023367) is known color: Prussian Blue. HEX triplet: 02, 33 and 67. RGB value is (2,51,103). Sum of RGB (Red+Green+Blue) = 2+51+103=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #023367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023367 is #FDCC98. Grayscale: #2A2A2A. Windows color (decimal): -16632985 or 6763266. OLE color: 6763266.
HSL color Cylindrical-coordinate representation of color #023367: hue angle of 210.89º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023367 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 51 | 103 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.60 |
| HSL | 210.89º | 0.96% | 0.21% | - |
| HSV(B) | 210.89º | 0.98% | 0.4% | - |
| XYZ | 3.66 | 3.36 | 13.29 | - |
| YUV | 42.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 103 | 0.98 | 0.50 | 0 | 0.60 | 210.89 | 0.96 | 0.21 |
| Hex | 2 | 33 | 67 | 62 | 32 | 0 | 3C | D3 | 60 | 15 |
| Octal | 2 | 63 | 147 | 142 | 62 | 0 | 74 | 323 | 140 | 25 |
| Binary | 10 | 110011 | 1100111 | 1100010 | 110010 | 0 | 111100 | 11010011 | 1100000 | 10101 |
Color Harmonies of #023367
Complementary color
Monochromatic Colors of #023367
Black with #023367
Text Example
Text Example
White with #023367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023367; }
p { color: rgb(2,51,103); }
H1.HeaderClassName
{
color: #023367;
}
.AnyTagClassName
{
color: #023367;
}
</style>
background-color css
<style>
a { background-color: #023367; }
a { background-color: rgb(2,51,103); }
div.DivClassName
{
background-color: #023367;
}
.BgClassName
{
background-color: #023367;
}
</style>
border-color css
<style>
span { border-color: #023367; }
span { border-color: rgb(2,51,103); }
td.TdClassName
{
border-color: #023367;
}
.TagClassName
{
border-color: #023367;
}
</style>