Shades of Resolution Blue #364A75
Tints of Resolution Blue #364A75
RGB
CMYK
RGB Variations
Color information
#364A75 (or 0x364A75) is known color: Resolution Blue. HEX triplet: 36, 4A and 75. RGB value is (54,74,117). Sum of RGB (Red+Green+Blue) = 54+74+117=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #364A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A75 is #C9B58A. Grayscale: #484848. Windows color (decimal): -13219211 or 7686710. OLE color: 7686710.
HSL color Cylindrical-coordinate representation of color #364A75: hue angle of 220.95º 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 #364A75 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 74 | 117 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.54 |
| HSL | 220.95º | 0.37% | 0.34% | - |
| HSV(B) | 220.95º | 0.54% | 0.46% | - |
| XYZ | 7.18 | 6.97 | 17.8 | - |
| YUV | 72.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 117 | 0.54 | 0.37 | 0 | 0.54 | 220.95 | 0.37 | 0.34 |
| Hex | 36 | 4A | 75 | 36 | 25 | 0 | 36 | DD | 25 | 22 |
| Octal | 66 | 112 | 165 | 66 | 45 | 0 | 66 | 335 | 45 | 42 |
| Binary | 110110 | 1001010 | 1110101 | 110110 | 100101 | 0 | 110110 | 11011101 | 100101 | 100010 |
Color Harmonies of #364A75
Complementary color
Monochromatic Colors of #364A75
Black with #364A75
Text Example
Text Example
White with #364A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A75; }
p { color: rgb(54,74,117); }
H1.HeaderClassName
{
color: #364A75;
}
.AnyTagClassName
{
color: #364A75;
}
</style>
background-color css
<style>
a { background-color: #364A75; }
a { background-color: rgb(54,74,117); }
div.DivClassName
{
background-color: #364A75;
}
.BgClassName
{
background-color: #364A75;
}
</style>
border-color css
<style>
span { border-color: #364A75; }
span { border-color: rgb(54,74,117); }
td.TdClassName
{
border-color: #364A75;
}
.TagClassName
{
border-color: #364A75;
}
</style>