Shades of Prussian Blue #023E68
Tints of Prussian Blue #023E68
RGB
CMYK
RGB Variations
Color information
#023E68 (or 0x023E68) is known color: Prussian Blue. HEX triplet: 02, 3E and 68. RGB value is (2,62,104). Sum of RGB (Red+Green+Blue) = 2+62+104=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #023E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E68 is #FDC197. Grayscale: #303030. Windows color (decimal): -16630168 or 6831618. OLE color: 6831618.
HSL color Cylindrical-coordinate representation of color #023E68: hue angle of 204.71º 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 #023E68 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 62 | 104 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.59 |
| HSL | 204.71º | 0.96% | 0.21% | - |
| HSV(B) | 204.71º | 0.98% | 0.41% | - |
| XYZ | 4.25 | 4.46 | 13.73 | - |
| YUV | 48.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 104 | 0.98 | 0.40 | 0 | 0.59 | 204.71 | 0.96 | 0.21 |
| Hex | 2 | 3E | 68 | 62 | 28 | 0 | 3B | CD | 60 | 15 |
| Octal | 2 | 76 | 150 | 142 | 50 | 0 | 73 | 315 | 140 | 25 |
| Binary | 10 | 111110 | 1101000 | 1100010 | 101000 | 0 | 111011 | 11001101 | 1100000 | 10101 |
Color Harmonies of #023E68
Complementary color
Monochromatic Colors of #023E68
Black with #023E68
Text Example
Text Example
White with #023E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E68; }
p { color: rgb(2,62,104); }
H1.HeaderClassName
{
color: #023E68;
}
.AnyTagClassName
{
color: #023E68;
}
</style>
background-color css
<style>
a { background-color: #023E68; }
a { background-color: rgb(2,62,104); }
div.DivClassName
{
background-color: #023E68;
}
.BgClassName
{
background-color: #023E68;
}
</style>
border-color css
<style>
span { border-color: #023E68; }
span { border-color: rgb(2,62,104); }
td.TdClassName
{
border-color: #023E68;
}
.TagClassName
{
border-color: #023E68;
}
</style>