Shades of Resolution Blue #38477E
Tints of Resolution Blue #38477E
RGB
CMYK
RGB Variations
Color information
#38477E (or 0x38477E) is known color: Resolution Blue. HEX triplet: 38, 47 and 7E. RGB value is (56,71,126). Sum of RGB (Red+Green+Blue) = 56+71+126=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #38477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38477E is #C7B881. Grayscale: #484848. Windows color (decimal): -13088898 or 8275768. OLE color: 8275768.
HSL color Cylindrical-coordinate representation of color #38477E: hue angle of 227.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38477E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 71 | 126 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.51 |
| HSL | 227.14º | 0.38% | 0.36% | - |
| HSV(B) | 227.14º | 0.56% | 0.49% | - |
| XYZ | 7.65 | 6.85 | 20.66 | - |
| YUV | 72.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 126 | 0.56 | 0.44 | 0 | 0.51 | 227.14 | 0.38 | 0.36 |
| Hex | 38 | 47 | 7E | 38 | 2C | 0 | 33 | E3 | 26 | 24 |
| Octal | 70 | 107 | 176 | 70 | 54 | 0 | 63 | 343 | 46 | 44 |
| Binary | 111000 | 1000111 | 1111110 | 111000 | 101100 | 0 | 110011 | 11100011 | 100110 | 100100 |
Color Harmonies of #38477E
Complementary color
Monochromatic Colors of #38477E
Black with #38477E
Text Example
Text Example
White with #38477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38477E; }
p { color: rgb(56,71,126); }
H1.HeaderClassName
{
color: #38477E;
}
.AnyTagClassName
{
color: #38477E;
}
</style>
background-color css
<style>
a { background-color: #38477E; }
a { background-color: rgb(56,71,126); }
div.DivClassName
{
background-color: #38477E;
}
.BgClassName
{
background-color: #38477E;
}
</style>
border-color css
<style>
span { border-color: #38477E; }
span { border-color: rgb(56,71,126); }
td.TdClassName
{
border-color: #38477E;
}
.TagClassName
{
border-color: #38477E;
}
</style>