Shades of Resolution Blue #38467C
Tints of Resolution Blue #38467C
RGB
CMYK
RGB Variations
Color information
#38467C (or 0x38467C) is known color: Resolution Blue. HEX triplet: 38, 46 and 7C. RGB value is (56,70,124). Sum of RGB (Red+Green+Blue) = 56+70+124=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #38467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38467C is #C7B983. Grayscale: #474747. Windows color (decimal): -13089156 or 8144440. OLE color: 8144440.
HSL color Cylindrical-coordinate representation of color #38467C: hue angle of 227.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38467C is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 70 | 124 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.51 |
| HSL | 227.65º | 0.38% | 0.35% | - |
| HSV(B) | 227.65º | 0.55% | 0.49% | - |
| XYZ | 7.46 | 6.68 | 19.96 | - |
| YUV | 71.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 124 | 0.55 | 0.44 | 0 | 0.51 | 227.65 | 0.38 | 0.35 |
| Hex | 38 | 46 | 7C | 37 | 2C | 0 | 33 | E4 | 26 | 23 |
| Octal | 70 | 106 | 174 | 67 | 54 | 0 | 63 | 344 | 46 | 43 |
| Binary | 111000 | 1000110 | 1111100 | 110111 | 101100 | 0 | 110011 | 11100100 | 100110 | 100011 |
Color Harmonies of #38467C
Complementary color
Monochromatic Colors of #38467C
Black with #38467C
Text Example
Text Example
White with #38467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38467C; }
p { color: rgb(56,70,124); }
H1.HeaderClassName
{
color: #38467C;
}
.AnyTagClassName
{
color: #38467C;
}
</style>
background-color css
<style>
a { background-color: #38467C; }
a { background-color: rgb(56,70,124); }
div.DivClassName
{
background-color: #38467C;
}
.BgClassName
{
background-color: #38467C;
}
</style>
border-color css
<style>
span { border-color: #38467C; }
span { border-color: rgb(56,70,124); }
td.TdClassName
{
border-color: #38467C;
}
.TagClassName
{
border-color: #38467C;
}
</style>