Shades of Resolution Blue #364875
Tints of Resolution Blue #364875
RGB
CMYK
RGB Variations
Color information
#364875 (or 0x364875) is known color: Resolution Blue. HEX triplet: 36, 48 and 75. RGB value is (54,72,117). Sum of RGB (Red+Green+Blue) = 54+72+117=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #364875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364875 is #C9B78A. Grayscale: #474747. Windows color (decimal): -13219723 or 7686198. OLE color: 7686198.
HSL color Cylindrical-coordinate representation of color #364875: hue angle of 222.86º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364875 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 72 | 117 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.54 |
| HSL | 222.86º | 0.37% | 0.34% | - |
| HSV(B) | 222.86º | 0.54% | 0.46% | - |
| XYZ | 7.05 | 6.7 | 17.75 | - |
| YUV | 71.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 117 | 0.54 | 0.38 | 0 | 0.54 | 222.86 | 0.37 | 0.34 |
| Hex | 36 | 48 | 75 | 36 | 26 | 0 | 36 | DF | 25 | 22 |
| Octal | 66 | 110 | 165 | 66 | 46 | 0 | 66 | 337 | 45 | 42 |
| Binary | 110110 | 1001000 | 1110101 | 110110 | 100110 | 0 | 110110 | 11011111 | 100101 | 100010 |
Color Harmonies of #364875
Complementary color
Monochromatic Colors of #364875
Black with #364875
Text Example
Text Example
White with #364875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364875; }
p { color: rgb(54,72,117); }
H1.HeaderClassName
{
color: #364875;
}
.AnyTagClassName
{
color: #364875;
}
</style>
background-color css
<style>
a { background-color: #364875; }
a { background-color: rgb(54,72,117); }
div.DivClassName
{
background-color: #364875;
}
.BgClassName
{
background-color: #364875;
}
</style>
border-color css
<style>
span { border-color: #364875; }
span { border-color: rgb(54,72,117); }
td.TdClassName
{
border-color: #364875;
}
.TagClassName
{
border-color: #364875;
}
</style>