Shades of Prussian Blue #00385C
Tints of Prussian Blue #00385C
RGB
CMYK
RGB Variations
Color information
#00385C (or 0x00385C) is known color: Prussian Blue. HEX triplet: 00, 38 and 5C. RGB value is (0,56,92). Sum of RGB (Red+Green+Blue) = 0+56+92=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #00385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00385C is #FFC7A3. Grayscale: #2B2B2B. Windows color (decimal): -16762788 or 6043648. OLE color: 6043648.
HSL color Cylindrical-coordinate representation of color #00385C: hue angle of 203.48º 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 #00385C is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 56 | 92 | - |
| CMYK | 1 | 0.39 | 0 | 0.64 |
| HSL | 203.48º | 1% | 0.18% | - |
| HSV(B) | 203.48º | 1% | 0.36% | - |
| XYZ | 3.35 | 3.6 | 10.64 | - |
| YUV | 43.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 92 | 1 | 0.39 | 0 | 0.64 | 203.48 | 1 | 0.18 |
| Hex | 0 | 38 | 5C | 64 | 27 | 0 | 40 | CB | 64 | 12 |
| Octal | 0 | 70 | 134 | 144 | 47 | 0 | 100 | 313 | 144 | 22 |
| Binary | 0 | 111000 | 1011100 | 1100100 | 100111 | 0 | 1000000 | 11001011 | 1100100 | 10010 |
Color Harmonies of #00385C
Complementary color
Monochromatic Colors of #00385C
Black with #00385C
Text Example
Text Example
White with #00385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00385C; }
p { color: rgb(0,56,92); }
H1.HeaderClassName
{
color: #00385C;
}
.AnyTagClassName
{
color: #00385C;
}
</style>
background-color css
<style>
a { background-color: #00385C; }
a { background-color: rgb(0,56,92); }
div.DivClassName
{
background-color: #00385C;
}
.BgClassName
{
background-color: #00385C;
}
</style>
border-color css
<style>
span { border-color: #00385C; }
span { border-color: rgb(0,56,92); }
td.TdClassName
{
border-color: #00385C;
}
.TagClassName
{
border-color: #00385C;
}
</style>