Shades of Prussian Blue #023768
Tints of Prussian Blue #023768
RGB
CMYK
RGB Variations
Color information
#023768 (or 0x023768) is known color: Prussian Blue. HEX triplet: 02, 37 and 68. RGB value is (2,55,104). Sum of RGB (Red+Green+Blue) = 2+55+104=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #023768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023768 is #FDC897. Grayscale: #2C2C2C. Windows color (decimal): -16631960 or 6829826. OLE color: 6829826.
HSL color Cylindrical-coordinate representation of color #023768: hue angle of 208.82º 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 #023768 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 55 | 104 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.59 |
| HSL | 208.82º | 0.96% | 0.21% | - |
| HSV(B) | 208.82º | 0.98% | 0.41% | - |
| XYZ | 3.89 | 3.74 | 13.61 | - |
| YUV | 44.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 104 | 0.98 | 0.47 | 0 | 0.59 | 208.82 | 0.96 | 0.21 |
| Hex | 2 | 37 | 68 | 62 | 2F | 0 | 3B | D1 | 60 | 15 |
| Octal | 2 | 67 | 150 | 142 | 57 | 0 | 73 | 321 | 140 | 25 |
| Binary | 10 | 110111 | 1101000 | 1100010 | 101111 | 0 | 111011 | 11010001 | 1100000 | 10101 |
Color Harmonies of #023768
Complementary color
Monochromatic Colors of #023768
Black with #023768
Text Example
Text Example
White with #023768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023768; }
p { color: rgb(2,55,104); }
H1.HeaderClassName
{
color: #023768;
}
.AnyTagClassName
{
color: #023768;
}
</style>
background-color css
<style>
a { background-color: #023768; }
a { background-color: rgb(2,55,104); }
div.DivClassName
{
background-color: #023768;
}
.BgClassName
{
background-color: #023768;
}
</style>
border-color css
<style>
span { border-color: #023768; }
span { border-color: rgb(2,55,104); }
td.TdClassName
{
border-color: #023768;
}
.TagClassName
{
border-color: #023768;
}
</style>