Shades of Resolution Blue #364273
Tints of Resolution Blue #364273
RGB
CMYK
RGB Variations
Color information
#364273 (or 0x364273) is known color: Resolution Blue. HEX triplet: 36, 42 and 73. RGB value is (54,66,115). Sum of RGB (Red+Green+Blue) = 54+66+115=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #364273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364273 is #C9BD8C. Grayscale: #434343. Windows color (decimal): -13221261 or 7553590. OLE color: 7553590.
HSL color Cylindrical-coordinate representation of color #364273: hue angle of 228.2º 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 #364273 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 66 | 115 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.55 |
| HSL | 228.2º | 0.36% | 0.33% | - |
| HSV(B) | 228.2º | 0.53% | 0.45% | - |
| XYZ | 6.56 | 5.92 | 17.02 | - |
| YUV | 68 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 115 | 0.53 | 0.43 | 0 | 0.55 | 228.2 | 0.36 | 0.33 |
| Hex | 36 | 42 | 73 | 35 | 2B | 0 | 37 | E4 | 24 | 21 |
| Octal | 66 | 102 | 163 | 65 | 53 | 0 | 67 | 344 | 44 | 41 |
| Binary | 110110 | 1000010 | 1110011 | 110101 | 101011 | 0 | 110111 | 11100100 | 100100 | 100001 |
Color Harmonies of #364273
Complementary color
Monochromatic Colors of #364273
Black with #364273
Text Example
Text Example
White with #364273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364273; }
p { color: rgb(54,66,115); }
H1.HeaderClassName
{
color: #364273;
}
.AnyTagClassName
{
color: #364273;
}
</style>
background-color css
<style>
a { background-color: #364273; }
a { background-color: rgb(54,66,115); }
div.DivClassName
{
background-color: #364273;
}
.BgClassName
{
background-color: #364273;
}
</style>
border-color css
<style>
span { border-color: #364273; }
span { border-color: rgb(54,66,115); }
td.TdClassName
{
border-color: #364273;
}
.TagClassName
{
border-color: #364273;
}
</style>