Shades of Prussian Blue #02436C
Tints of Prussian Blue #02436C
RGB
CMYK
RGB Variations
Color information
#02436C (or 0x02436C) is known color: Prussian Blue. HEX triplet: 02, 43 and 6C. RGB value is (2,67,108). Sum of RGB (Red+Green+Blue) = 2+67+108=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #02436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02436C is #FDBC93. Grayscale: #343434. Windows color (decimal): -16628884 or 7095042. OLE color: 7095042.
HSL color Cylindrical-coordinate representation of color #02436C: hue angle of 203.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02436C is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 67 | 108 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.58 |
| HSL | 203.21º | 0.96% | 0.22% | - |
| HSV(B) | 203.21º | 0.98% | 0.42% | - |
| XYZ | 4.74 | 5.11 | 14.92 | - |
| YUV | 52.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 108 | 0.98 | 0.38 | 0 | 0.58 | 203.21 | 0.96 | 0.22 |
| Hex | 2 | 43 | 6C | 62 | 26 | 0 | 3A | CB | 60 | 16 |
| Octal | 2 | 103 | 154 | 142 | 46 | 0 | 72 | 313 | 140 | 26 |
| Binary | 10 | 1000011 | 1101100 | 1100010 | 100110 | 0 | 111010 | 11001011 | 1100000 | 10110 |
Color Harmonies of #02436C
Complementary color
Monochromatic Colors of #02436C
Black with #02436C
Text Example
Text Example
White with #02436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02436C; }
p { color: rgb(2,67,108); }
H1.HeaderClassName
{
color: #02436C;
}
.AnyTagClassName
{
color: #02436C;
}
</style>
background-color css
<style>
a { background-color: #02436C; }
a { background-color: rgb(2,67,108); }
div.DivClassName
{
background-color: #02436C;
}
.BgClassName
{
background-color: #02436C;
}
</style>
border-color css
<style>
span { border-color: #02436C; }
span { border-color: rgb(2,67,108); }
td.TdClassName
{
border-color: #02436C;
}
.TagClassName
{
border-color: #02436C;
}
</style>