Shades of Prussian Blue #00386E
Tints of Prussian Blue #00386E
RGB
CMYK
RGB Variations
Color information
#00386E (or 0x00386E) is known color: Prussian Blue. HEX triplet: 00, 38 and 6E. RGB value is (0,56,110). Sum of RGB (Red+Green+Blue) = 0+56+110=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #00386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00386E is #FFC791. Grayscale: #2D2D2D. Windows color (decimal): -16762770 or 7223296. OLE color: 7223296.
HSL color Cylindrical-coordinate representation of color #00386E: hue angle of 209.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00386E is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 56 | 110 | - |
| CMYK | 1 | 0.49 | 0 | 0.57 |
| HSL | 209.45º | 1% | 0.22% | - |
| HSV(B) | 209.45º | 1% | 0.43% | - |
| XYZ | 4.23 | 3.95 | 15.29 | - |
| YUV | 45.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 110 | 1 | 0.49 | 0 | 0.57 | 209.45 | 1 | 0.22 |
| Hex | 0 | 38 | 6E | 64 | 31 | 0 | 39 | D1 | 64 | 16 |
| Octal | 0 | 70 | 156 | 144 | 61 | 0 | 71 | 321 | 144 | 26 |
| Binary | 0 | 111000 | 1101110 | 1100100 | 110001 | 0 | 111001 | 11010001 | 1100100 | 10110 |
Color Harmonies of #00386E
Complementary color
Monochromatic Colors of #00386E
Black with #00386E
Text Example
Text Example
White with #00386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00386E; }
p { color: rgb(0,56,110); }
H1.HeaderClassName
{
color: #00386E;
}
.AnyTagClassName
{
color: #00386E;
}
</style>
background-color css
<style>
a { background-color: #00386E; }
a { background-color: rgb(0,56,110); }
div.DivClassName
{
background-color: #00386E;
}
.BgClassName
{
background-color: #00386E;
}
</style>
border-color css
<style>
span { border-color: #00386E; }
span { border-color: rgb(0,56,110); }
td.TdClassName
{
border-color: #00386E;
}
.TagClassName
{
border-color: #00386E;
}
</style>