Shades of Resolution Blue #38477B
Tints of Resolution Blue #38477B
RGB
CMYK
RGB Variations
Color information
#38477B (or 0x38477B) is known color: Resolution Blue. HEX triplet: 38, 47 and 7B. RGB value is (56,71,123). Sum of RGB (Red+Green+Blue) = 56+71+123=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #38477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38477B is #C7B884. Grayscale: #484848. Windows color (decimal): -13088901 or 8079160. OLE color: 8079160.
HSL color Cylindrical-coordinate representation of color #38477B: hue angle of 226.57º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38477B is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 71 | 123 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.52 |
| HSL | 226.57º | 0.37% | 0.35% | - |
| HSV(B) | 226.57º | 0.54% | 0.48% | - |
| XYZ | 7.46 | 6.78 | 19.65 | - |
| YUV | 72.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 123 | 0.54 | 0.42 | 0 | 0.52 | 226.57 | 0.37 | 0.35 |
| Hex | 38 | 47 | 7B | 36 | 2A | 0 | 34 | E3 | 25 | 23 |
| Octal | 70 | 107 | 173 | 66 | 52 | 0 | 64 | 343 | 45 | 43 |
| Binary | 111000 | 1000111 | 1111011 | 110110 | 101010 | 0 | 110100 | 11100011 | 100101 | 100011 |
Color Harmonies of #38477B
Complementary color
Monochromatic Colors of #38477B
Black with #38477B
Text Example
Text Example
White with #38477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38477B; }
p { color: rgb(56,71,123); }
H1.HeaderClassName
{
color: #38477B;
}
.AnyTagClassName
{
color: #38477B;
}
</style>
background-color css
<style>
a { background-color: #38477B; }
a { background-color: rgb(56,71,123); }
div.DivClassName
{
background-color: #38477B;
}
.BgClassName
{
background-color: #38477B;
}
</style>
border-color css
<style>
span { border-color: #38477B; }
span { border-color: rgb(56,71,123); }
td.TdClassName
{
border-color: #38477B;
}
.TagClassName
{
border-color: #38477B;
}
</style>