Shades of Prussian Blue #00385B
Tints of Prussian Blue #00385B
RGB
CMYK
RGB Variations
Color information
#00385B (or 0x00385B) is known color: Prussian Blue. HEX triplet: 00, 38 and 5B. RGB value is (0,56,91). Sum of RGB (Red+Green+Blue) = 0+56+91=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #00385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00385B is #FFC7A4. Grayscale: #2B2B2B. Windows color (decimal): -16762789 or 5978112. OLE color: 5978112.
HSL color Cylindrical-coordinate representation of color #00385B: hue angle of 203.08º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00385B is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 56 | 91 | - |
| CMYK | 1 | 0.38 | 0 | 0.64 |
| HSL | 203.08º | 1% | 0.18% | - |
| HSV(B) | 203.08º | 1% | 0.36% | - |
| XYZ | 3.3 | 3.58 | 10.42 | - |
| YUV | 43.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 91 | 1 | 0.38 | 0 | 0.64 | 203.08 | 1 | 0.18 |
| Hex | 0 | 38 | 5B | 64 | 26 | 0 | 40 | CB | 64 | 12 |
| Octal | 0 | 70 | 133 | 144 | 46 | 0 | 100 | 313 | 144 | 22 |
| Binary | 0 | 111000 | 1011011 | 1100100 | 100110 | 0 | 1000000 | 11001011 | 1100100 | 10010 |
Color Harmonies of #00385B
Complementary color
Monochromatic Colors of #00385B
Black with #00385B
Text Example
Text Example
White with #00385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00385B; }
p { color: rgb(0,56,91); }
H1.HeaderClassName
{
color: #00385B;
}
.AnyTagClassName
{
color: #00385B;
}
</style>
background-color css
<style>
a { background-color: #00385B; }
a { background-color: rgb(0,56,91); }
div.DivClassName
{
background-color: #00385B;
}
.BgClassName
{
background-color: #00385B;
}
</style>
border-color css
<style>
span { border-color: #00385B; }
span { border-color: rgb(0,56,91); }
td.TdClassName
{
border-color: #00385B;
}
.TagClassName
{
border-color: #00385B;
}
</style>