Shades of Prussian Blue #02386C
Tints of Prussian Blue #02386C
RGB
CMYK
RGB Variations
Color information
#02386C (or 0x02386C) is known color: Prussian Blue. HEX triplet: 02, 38 and 6C. RGB value is (2,56,108). Sum of RGB (Red+Green+Blue) = 2+56+108=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #02386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02386C is #FDC793. Grayscale: #2D2D2D. Windows color (decimal): -16631700 or 7092226. OLE color: 7092226.
HSL color Cylindrical-coordinate representation of color #02386C: hue angle of 209.43º 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 #02386C is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 56 | 108 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.58 |
| HSL | 209.43º | 0.96% | 0.22% | - |
| HSV(B) | 209.43º | 0.98% | 0.42% | - |
| XYZ | 4.15 | 3.92 | 14.73 | - |
| YUV | 45.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 108 | 0.98 | 0.48 | 0 | 0.58 | 209.43 | 0.96 | 0.22 |
| Hex | 2 | 38 | 6C | 62 | 30 | 0 | 3A | D1 | 60 | 16 |
| Octal | 2 | 70 | 154 | 142 | 60 | 0 | 72 | 321 | 140 | 26 |
| Binary | 10 | 111000 | 1101100 | 1100010 | 110000 | 0 | 111010 | 11010001 | 1100000 | 10110 |
Color Harmonies of #02386C
Complementary color
Monochromatic Colors of #02386C
Black with #02386C
Text Example
Text Example
White with #02386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02386C; }
p { color: rgb(2,56,108); }
H1.HeaderClassName
{
color: #02386C;
}
.AnyTagClassName
{
color: #02386C;
}
</style>
background-color css
<style>
a { background-color: #02386C; }
a { background-color: rgb(2,56,108); }
div.DivClassName
{
background-color: #02386C;
}
.BgClassName
{
background-color: #02386C;
}
</style>
border-color css
<style>
span { border-color: #02386C; }
span { border-color: rgb(2,56,108); }
td.TdClassName
{
border-color: #02386C;
}
.TagClassName
{
border-color: #02386C;
}
</style>