Shades of Prussian Blue #00385A
Tints of Prussian Blue #00385A
RGB
CMYK
RGB Variations
Color information
#00385A (or 0x00385A) is known color: Prussian Blue. HEX triplet: 00, 38 and 5A. RGB value is (0,56,90). Sum of RGB (Red+Green+Blue) = 0+56+90=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #00385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00385A is #FFC7A5. Grayscale: #2A2A2A. Windows color (decimal): -16762790 or 5912576. OLE color: 5912576.
HSL color Cylindrical-coordinate representation of color #00385A: hue angle of 202.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00385A is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 56 | 90 | - |
| CMYK | 1 | 0.38 | 0 | 0.65 |
| HSL | 202.67º | 1% | 0.18% | - |
| HSV(B) | 202.67º | 1% | 0.35% | - |
| XYZ | 3.26 | 3.57 | 10.19 | - |
| YUV | 43.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 90 | 1 | 0.38 | 0 | 0.65 | 202.67 | 1 | 0.18 |
| Hex | 0 | 38 | 5A | 64 | 26 | 0 | 41 | CB | 64 | 12 |
| Octal | 0 | 70 | 132 | 144 | 46 | 0 | 101 | 313 | 144 | 22 |
| Binary | 0 | 111000 | 1011010 | 1100100 | 100110 | 0 | 1000001 | 11001011 | 1100100 | 10010 |
Color Harmonies of #00385A
Complementary color
Monochromatic Colors of #00385A
Black with #00385A
Text Example
Text Example
White with #00385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00385A; }
p { color: rgb(0,56,90); }
H1.HeaderClassName
{
color: #00385A;
}
.AnyTagClassName
{
color: #00385A;
}
</style>
background-color css
<style>
a { background-color: #00385A; }
a { background-color: rgb(0,56,90); }
div.DivClassName
{
background-color: #00385A;
}
.BgClassName
{
background-color: #00385A;
}
</style>
border-color css
<style>
span { border-color: #00385A; }
span { border-color: rgb(0,56,90); }
td.TdClassName
{
border-color: #00385A;
}
.TagClassName
{
border-color: #00385A;
}
</style>