Shades of Resolution Blue #364471
Tints of Resolution Blue #364471
RGB
CMYK
RGB Variations
Color information
#364471 (or 0x364471) is known color: Resolution Blue. HEX triplet: 36, 44 and 71. RGB value is (54,68,113). Sum of RGB (Red+Green+Blue) = 54+68+113=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #364471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364471 is #C9BB8E. Grayscale: #444444. Windows color (decimal): -13220751 or 7423030. OLE color: 7423030.
HSL color Cylindrical-coordinate representation of color #364471: hue angle of 225.76º 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 #364471 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 68 | 113 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.56 |
| HSL | 225.76º | 0.35% | 0.33% | - |
| HSV(B) | 225.76º | 0.52% | 0.44% | - |
| XYZ | 6.57 | 6.11 | 16.46 | - |
| YUV | 68.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 113 | 0.52 | 0.40 | 0 | 0.56 | 225.76 | 0.35 | 0.33 |
| Hex | 36 | 44 | 71 | 34 | 28 | 0 | 38 | E2 | 23 | 21 |
| Octal | 66 | 104 | 161 | 64 | 50 | 0 | 70 | 342 | 43 | 41 |
| Binary | 110110 | 1000100 | 1110001 | 110100 | 101000 | 0 | 111000 | 11100010 | 100011 | 100001 |
Color Harmonies of #364471
Complementary color
Monochromatic Colors of #364471
Black with #364471
Text Example
Text Example
White with #364471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364471; }
p { color: rgb(54,68,113); }
H1.HeaderClassName
{
color: #364471;
}
.AnyTagClassName
{
color: #364471;
}
</style>
background-color css
<style>
a { background-color: #364471; }
a { background-color: rgb(54,68,113); }
div.DivClassName
{
background-color: #364471;
}
.BgClassName
{
background-color: #364471;
}
</style>
border-color css
<style>
span { border-color: #364471; }
span { border-color: rgb(54,68,113); }
td.TdClassName
{
border-color: #364471;
}
.TagClassName
{
border-color: #364471;
}
</style>