Shades of Prussian Blue #023274
Tints of Prussian Blue #023274
RGB
CMYK
RGB Variations
Color information
#023274 (or 0x023274) is known color: Prussian Blue. HEX triplet: 02, 32 and 74. RGB value is (2,50,116). Sum of RGB (Red+Green+Blue) = 2+50+116=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #023274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023274 is #FDCD8B. Grayscale: #2A2A2A. Windows color (decimal): -16633228 or 7614978. OLE color: 7614978.
HSL color Cylindrical-coordinate representation of color #023274: hue angle of 214.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023274 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 50 | 116 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.55 |
| HSL | 214.74º | 0.97% | 0.23% | - |
| HSV(B) | 214.74º | 0.98% | 0.45% | - |
| XYZ | 4.32 | 3.56 | 16.98 | - |
| YUV | 43.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 116 | 0.98 | 0.57 | 0 | 0.55 | 214.74 | 0.97 | 0.23 |
| Hex | 2 | 32 | 74 | 62 | 39 | 0 | 37 | D7 | 61 | 17 |
| Octal | 2 | 62 | 164 | 142 | 71 | 0 | 67 | 327 | 141 | 27 |
| Binary | 10 | 110010 | 1110100 | 1100010 | 111001 | 0 | 110111 | 11010111 | 1100001 | 10111 |
Color Harmonies of #023274
Complementary color
Monochromatic Colors of #023274
Black with #023274
Text Example
Text Example
White with #023274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023274; }
p { color: rgb(2,50,116); }
H1.HeaderClassName
{
color: #023274;
}
.AnyTagClassName
{
color: #023274;
}
</style>
background-color css
<style>
a { background-color: #023274; }
a { background-color: rgb(2,50,116); }
div.DivClassName
{
background-color: #023274;
}
.BgClassName
{
background-color: #023274;
}
</style>
border-color css
<style>
span { border-color: #023274; }
span { border-color: rgb(2,50,116); }
td.TdClassName
{
border-color: #023274;
}
.TagClassName
{
border-color: #023274;
}
</style>