Shades of Resolution Blue #384675
Tints of Resolution Blue #384675
RGB
CMYK
RGB Variations
Color information
#384675 (or 0x384675) is known color: Resolution Blue. HEX triplet: 38, 46 and 75. RGB value is (56,70,117). Sum of RGB (Red+Green+Blue) = 56+70+117=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #384675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384675 is #C7B98A. Grayscale: #464646. Windows color (decimal): -13089163 or 7685688. OLE color: 7685688.
HSL color Cylindrical-coordinate representation of color #384675: hue angle of 226.23º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384675 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 70 | 117 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.54 |
| HSL | 226.23º | 0.35% | 0.34% | - |
| HSV(B) | 226.23º | 0.52% | 0.46% | - |
| XYZ | 7.03 | 6.51 | 17.71 | - |
| YUV | 71.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 117 | 0.52 | 0.40 | 0 | 0.54 | 226.23 | 0.35 | 0.34 |
| Hex | 38 | 46 | 75 | 34 | 28 | 0 | 36 | E2 | 23 | 22 |
| Octal | 70 | 106 | 165 | 64 | 50 | 0 | 66 | 342 | 43 | 42 |
| Binary | 111000 | 1000110 | 1110101 | 110100 | 101000 | 0 | 110110 | 11100010 | 100011 | 100010 |
Color Harmonies of #384675
Complementary color
Monochromatic Colors of #384675
Black with #384675
Text Example
Text Example
White with #384675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384675; }
p { color: rgb(56,70,117); }
H1.HeaderClassName
{
color: #384675;
}
.AnyTagClassName
{
color: #384675;
}
</style>
background-color css
<style>
a { background-color: #384675; }
a { background-color: rgb(56,70,117); }
div.DivClassName
{
background-color: #384675;
}
.BgClassName
{
background-color: #384675;
}
</style>
border-color css
<style>
span { border-color: #384675; }
span { border-color: rgb(56,70,117); }
td.TdClassName
{
border-color: #384675;
}
.TagClassName
{
border-color: #384675;
}
</style>