Shades of Resolution Blue #364473
Tints of Resolution Blue #364473
RGB
CMYK
RGB Variations
Color information
#364473 (or 0x364473) is known color: Resolution Blue. HEX triplet: 36, 44 and 73. RGB value is (54,68,115). Sum of RGB (Red+Green+Blue) = 54+68+115=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #364473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364473 is #C9BB8C. Grayscale: #444444. Windows color (decimal): -13220749 or 7554102. OLE color: 7554102.
HSL color Cylindrical-coordinate representation of color #364473: hue angle of 226.23º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364473 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 68 | 115 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.55 |
| HSL | 226.23º | 0.36% | 0.33% | - |
| HSV(B) | 226.23º | 0.53% | 0.45% | - |
| XYZ | 6.68 | 6.16 | 17.06 | - |
| YUV | 69.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 115 | 0.53 | 0.41 | 0 | 0.55 | 226.23 | 0.36 | 0.33 |
| Hex | 36 | 44 | 73 | 35 | 29 | 0 | 37 | E2 | 24 | 21 |
| Octal | 66 | 104 | 163 | 65 | 51 | 0 | 67 | 342 | 44 | 41 |
| Binary | 110110 | 1000100 | 1110011 | 110101 | 101001 | 0 | 110111 | 11100010 | 100100 | 100001 |
Color Harmonies of #364473
Complementary color
Monochromatic Colors of #364473
Black with #364473
Text Example
Text Example
White with #364473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364473; }
p { color: rgb(54,68,115); }
H1.HeaderClassName
{
color: #364473;
}
.AnyTagClassName
{
color: #364473;
}
</style>
background-color css
<style>
a { background-color: #364473; }
a { background-color: rgb(54,68,115); }
div.DivClassName
{
background-color: #364473;
}
.BgClassName
{
background-color: #364473;
}
</style>
border-color css
<style>
span { border-color: #364473; }
span { border-color: rgb(54,68,115); }
td.TdClassName
{
border-color: #364473;
}
.TagClassName
{
border-color: #364473;
}
</style>