Shades of Resolution Blue #364878
Tints of Resolution Blue #364878
RGB
CMYK
RGB Variations
Color information
#364878 (or 0x364878) is known color: Resolution Blue. HEX triplet: 36, 48 and 78. RGB value is (54,72,120). Sum of RGB (Red+Green+Blue) = 54+72+120=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #364878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364878 is #C9B787. Grayscale: #474747. Windows color (decimal): -13219720 or 7882806. OLE color: 7882806.
HSL color Cylindrical-coordinate representation of color #364878: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364878 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 72 | 120 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.53 |
| HSL | 223.64º | 0.38% | 0.34% | - |
| HSV(B) | 223.64º | 0.55% | 0.47% | - |
| XYZ | 7.23 | 6.78 | 18.7 | - |
| YUV | 72.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 120 | 0.55 | 0.40 | 0 | 0.53 | 223.64 | 0.38 | 0.34 |
| Hex | 36 | 48 | 78 | 37 | 28 | 0 | 35 | E0 | 26 | 22 |
| Octal | 66 | 110 | 170 | 67 | 50 | 0 | 65 | 340 | 46 | 42 |
| Binary | 110110 | 1001000 | 1111000 | 110111 | 101000 | 0 | 110101 | 11100000 | 100110 | 100010 |
Color Harmonies of #364878
Complementary color
Monochromatic Colors of #364878
Black with #364878
Text Example
Text Example
White with #364878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364878; }
p { color: rgb(54,72,120); }
H1.HeaderClassName
{
color: #364878;
}
.AnyTagClassName
{
color: #364878;
}
</style>
background-color css
<style>
a { background-color: #364878; }
a { background-color: rgb(54,72,120); }
div.DivClassName
{
background-color: #364878;
}
.BgClassName
{
background-color: #364878;
}
</style>
border-color css
<style>
span { border-color: #364878; }
span { border-color: rgb(54,72,120); }
td.TdClassName
{
border-color: #364878;
}
.TagClassName
{
border-color: #364878;
}
</style>