Shades of Prussian Blue #024362
Tints of Prussian Blue #024362
RGB
CMYK
RGB Variations
Color information
#024362 (or 0x024362) is known color: Prussian Blue. HEX triplet: 02, 43 and 62. RGB value is (2,67,98). Sum of RGB (Red+Green+Blue) = 2+67+98=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #024362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024362 is #FDBC9D. Grayscale: #323232. Windows color (decimal): -16628894 or 6439682. OLE color: 6439682.
HSL color Cylindrical-coordinate representation of color #024362: hue angle of 199.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024362 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 67 | 98 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.62 |
| HSL | 199.38º | 0.96% | 0.2% | - |
| HSV(B) | 199.38º | 0.98% | 0.38% | - |
| XYZ | 4.24 | 4.91 | 12.28 | - |
| YUV | 51.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 98 | 0.98 | 0.32 | 0 | 0.62 | 199.38 | 0.96 | 0.2 |
| Hex | 2 | 43 | 62 | 62 | 20 | 0 | 3E | C7 | 60 | 14 |
| Octal | 2 | 103 | 142 | 142 | 40 | 0 | 76 | 307 | 140 | 24 |
| Binary | 10 | 1000011 | 1100010 | 1100010 | 100000 | 0 | 111110 | 11000111 | 1100000 | 10100 |
Color Harmonies of #024362
Complementary color
Monochromatic Colors of #024362
Black with #024362
Text Example
Text Example
White with #024362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024362; }
p { color: rgb(2,67,98); }
H1.HeaderClassName
{
color: #024362;
}
.AnyTagClassName
{
color: #024362;
}
</style>
background-color css
<style>
a { background-color: #024362; }
a { background-color: rgb(2,67,98); }
div.DivClassName
{
background-color: #024362;
}
.BgClassName
{
background-color: #024362;
}
</style>
border-color css
<style>
span { border-color: #024362; }
span { border-color: rgb(2,67,98); }
td.TdClassName
{
border-color: #024362;
}
.TagClassName
{
border-color: #024362;
}
</style>