Shades of Prussian Blue #00365B
Tints of Prussian Blue #00365B
RGB
CMYK
RGB Variations
Color information
#00365B (or 0x00365B) is known color: Prussian Blue. HEX triplet: 00, 36 and 5B. RGB value is (0,54,91). Sum of RGB (Red+Green+Blue) = 0+54+91=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #00365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00365B is #FFC9A4. Grayscale: #292929. Windows color (decimal): -16763301 or 5977600. OLE color: 5977600.
HSL color Cylindrical-coordinate representation of color #00365B: hue angle of 204.4º 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 #00365B is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 54 | 91 | - |
| CMYK | 1 | 0.41 | 0 | 0.64 |
| HSL | 204.4º | 1% | 0.18% | - |
| HSV(B) | 204.4º | 1% | 0.36% | - |
| XYZ | 3.21 | 3.39 | 10.38 | - |
| YUV | 42.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 91 | 1 | 0.41 | 0 | 0.64 | 204.4 | 1 | 0.18 |
| Hex | 0 | 36 | 5B | 64 | 29 | 0 | 40 | CC | 64 | 12 |
| Octal | 0 | 66 | 133 | 144 | 51 | 0 | 100 | 314 | 144 | 22 |
| Binary | 0 | 110110 | 1011011 | 1100100 | 101001 | 0 | 1000000 | 11001100 | 1100100 | 10010 |
Color Harmonies of #00365B
Complementary color
Monochromatic Colors of #00365B
Black with #00365B
Text Example
Text Example
White with #00365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00365B; }
p { color: rgb(0,54,91); }
H1.HeaderClassName
{
color: #00365B;
}
.AnyTagClassName
{
color: #00365B;
}
</style>
background-color css
<style>
a { background-color: #00365B; }
a { background-color: rgb(0,54,91); }
div.DivClassName
{
background-color: #00365B;
}
.BgClassName
{
background-color: #00365B;
}
</style>
border-color css
<style>
span { border-color: #00365B; }
span { border-color: rgb(0,54,91); }
td.TdClassName
{
border-color: #00365B;
}
.TagClassName
{
border-color: #00365B;
}
</style>