Shades of Prussian Blue #00365C
Tints of Prussian Blue #00365C
RGB
CMYK
RGB Variations
Color information
#00365C (or 0x00365C) is known color: Prussian Blue. HEX triplet: 00, 36 and 5C. RGB value is (0,54,92). Sum of RGB (Red+Green+Blue) = 0+54+92=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #00365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00365C is #FFC9A3. Grayscale: #292929. Windows color (decimal): -16763300 or 6043136. OLE color: 6043136.
HSL color Cylindrical-coordinate representation of color #00365C: hue angle of 204.78º 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 #00365C is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 54 | 92 | - |
| CMYK | 1 | 0.41 | 0 | 0.64 |
| HSL | 204.78º | 1% | 0.18% | - |
| HSV(B) | 204.78º | 1% | 0.36% | - |
| XYZ | 3.25 | 3.41 | 10.61 | - |
| YUV | 42.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 92 | 1 | 0.41 | 0 | 0.64 | 204.78 | 1 | 0.18 |
| Hex | 0 | 36 | 5C | 64 | 29 | 0 | 40 | CD | 64 | 12 |
| Octal | 0 | 66 | 134 | 144 | 51 | 0 | 100 | 315 | 144 | 22 |
| Binary | 0 | 110110 | 1011100 | 1100100 | 101001 | 0 | 1000000 | 11001101 | 1100100 | 10010 |
Color Harmonies of #00365C
Complementary color
Monochromatic Colors of #00365C
Black with #00365C
Text Example
Text Example
White with #00365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00365C; }
p { color: rgb(0,54,92); }
H1.HeaderClassName
{
color: #00365C;
}
.AnyTagClassName
{
color: #00365C;
}
</style>
background-color css
<style>
a { background-color: #00365C; }
a { background-color: rgb(0,54,92); }
div.DivClassName
{
background-color: #00365C;
}
.BgClassName
{
background-color: #00365C;
}
</style>
border-color css
<style>
span { border-color: #00365C; }
span { border-color: rgb(0,54,92); }
td.TdClassName
{
border-color: #00365C;
}
.TagClassName
{
border-color: #00365C;
}
</style>