Shades of Resolution Blue #364279
Tints of Resolution Blue #364279
RGB
CMYK
RGB Variations
Color information
#364279 (or 0x364279) is known color: Resolution Blue. HEX triplet: 36, 42 and 79. RGB value is (54,66,121). Sum of RGB (Red+Green+Blue) = 54+66+121=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #364279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364279 is #C9BD86. Grayscale: #444444. Windows color (decimal): -13221255 or 7946806. OLE color: 7946806.
HSL color Cylindrical-coordinate representation of color #364279: hue angle of 229.25º 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 #364279 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 66 | 121 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.53 |
| HSL | 229.25º | 0.38% | 0.34% | - |
| HSV(B) | 229.25º | 0.55% | 0.47% | - |
| XYZ | 6.92 | 6.06 | 18.89 | - |
| YUV | 68.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 121 | 0.55 | 0.45 | 0 | 0.53 | 229.25 | 0.38 | 0.34 |
| Hex | 36 | 42 | 79 | 37 | 2D | 0 | 35 | E5 | 26 | 22 |
| Octal | 66 | 102 | 171 | 67 | 55 | 0 | 65 | 345 | 46 | 42 |
| Binary | 110110 | 1000010 | 1111001 | 110111 | 101101 | 0 | 110101 | 11100101 | 100110 | 100010 |
Color Harmonies of #364279
Complementary color
Monochromatic Colors of #364279
Black with #364279
Text Example
Text Example
White with #364279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364279; }
p { color: rgb(54,66,121); }
H1.HeaderClassName
{
color: #364279;
}
.AnyTagClassName
{
color: #364279;
}
</style>
background-color css
<style>
a { background-color: #364279; }
a { background-color: rgb(54,66,121); }
div.DivClassName
{
background-color: #364279;
}
.BgClassName
{
background-color: #364279;
}
</style>
border-color css
<style>
span { border-color: #364279; }
span { border-color: rgb(54,66,121); }
td.TdClassName
{
border-color: #364279;
}
.TagClassName
{
border-color: #364279;
}
</style>