Shades of Resolution Blue #384773
Tints of Resolution Blue #384773
RGB
CMYK
RGB Variations
Color information
#384773 (or 0x384773) is known color: Resolution Blue. HEX triplet: 38, 47 and 73. RGB value is (56,71,115). Sum of RGB (Red+Green+Blue) = 56+71+115=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #384773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384773 is #C7B88C. Grayscale: #474747. Windows color (decimal): -13088909 or 7554872. OLE color: 7554872.
HSL color Cylindrical-coordinate representation of color #384773: hue angle of 224.75º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384773 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 71 | 115 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.55 |
| HSL | 224.75º | 0.35% | 0.34% | - |
| HSV(B) | 224.75º | 0.51% | 0.45% | - |
| XYZ | 6.98 | 6.59 | 17.12 | - |
| YUV | 71.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 115 | 0.51 | 0.38 | 0 | 0.55 | 224.75 | 0.35 | 0.34 |
| Hex | 38 | 47 | 73 | 33 | 26 | 0 | 37 | E1 | 23 | 22 |
| Octal | 70 | 107 | 163 | 63 | 46 | 0 | 67 | 341 | 43 | 42 |
| Binary | 111000 | 1000111 | 1110011 | 110011 | 100110 | 0 | 110111 | 11100001 | 100011 | 100010 |
Color Harmonies of #384773
Complementary color
Monochromatic Colors of #384773
Black with #384773
Text Example
Text Example
White with #384773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384773; }
p { color: rgb(56,71,115); }
H1.HeaderClassName
{
color: #384773;
}
.AnyTagClassName
{
color: #384773;
}
</style>
background-color css
<style>
a { background-color: #384773; }
a { background-color: rgb(56,71,115); }
div.DivClassName
{
background-color: #384773;
}
.BgClassName
{
background-color: #384773;
}
</style>
border-color css
<style>
span { border-color: #384773; }
span { border-color: rgb(56,71,115); }
td.TdClassName
{
border-color: #384773;
}
.TagClassName
{
border-color: #384773;
}
</style>