Shades of Resolution Blue #364070
Tints of Resolution Blue #364070
RGB
CMYK
RGB Variations
Color information
#364070 (or 0x364070) is known color: Resolution Blue. HEX triplet: 36, 40 and 70. RGB value is (54,64,112). Sum of RGB (Red+Green+Blue) = 54+64+112=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #364070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364070 is #C9BF8F. Grayscale: #424242. Windows color (decimal): -13221776 or 7356470. OLE color: 7356470.
HSL color Cylindrical-coordinate representation of color #364070: hue angle of 229.66º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #364070 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 64 | 112 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.56 |
| HSL | 229.66º | 0.35% | 0.33% | - |
| HSV(B) | 229.66º | 0.52% | 0.44% | - |
| XYZ | 6.28 | 5.62 | 16.08 | - |
| YUV | 66.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 112 | 0.52 | 0.43 | 0 | 0.56 | 229.66 | 0.35 | 0.33 |
| Hex | 36 | 40 | 70 | 34 | 2B | 0 | 38 | E6 | 23 | 21 |
| Octal | 66 | 100 | 160 | 64 | 53 | 0 | 70 | 346 | 43 | 41 |
| Binary | 110110 | 1000000 | 1110000 | 110100 | 101011 | 0 | 111000 | 11100110 | 100011 | 100001 |
Color Harmonies of #364070
Complementary color
Monochromatic Colors of #364070
Black with #364070
Text Example
Text Example
White with #364070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364070; }
p { color: rgb(54,64,112); }
H1.HeaderClassName
{
color: #364070;
}
.AnyTagClassName
{
color: #364070;
}
</style>
background-color css
<style>
a { background-color: #364070; }
a { background-color: rgb(54,64,112); }
div.DivClassName
{
background-color: #364070;
}
.BgClassName
{
background-color: #364070;
}
</style>
border-color css
<style>
span { border-color: #364070; }
span { border-color: rgb(54,64,112); }
td.TdClassName
{
border-color: #364070;
}
.TagClassName
{
border-color: #364070;
}
</style>