Shades of Resolution Blue #39467B
Tints of Resolution Blue #39467B
RGB
CMYK
RGB Variations
Color information
#39467B (or 0x39467B) is known color: Resolution Blue. HEX triplet: 39, 46 and 7B. RGB value is (57,70,123). Sum of RGB (Red+Green+Blue) = 57+70+123=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 70 (27.73% from 255 or 28% 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 #39467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39467B is #C6B984. Grayscale: #474747. Windows color (decimal): -13023621 or 8078905. OLE color: 8078905.
HSL color Cylindrical-coordinate representation of color #39467B: hue angle of 228.18º 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 #39467B is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 70 | 123 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.52 |
| HSL | 228.18º | 0.37% | 0.35% | - |
| HSV(B) | 228.18º | 0.54% | 0.48% | - |
| XYZ | 7.45 | 6.68 | 19.64 | - |
| YUV | 72.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 123 | 0.54 | 0.43 | 0 | 0.52 | 228.18 | 0.37 | 0.35 |
| Hex | 39 | 46 | 7B | 36 | 2B | 0 | 34 | E4 | 25 | 23 |
| Octal | 71 | 106 | 173 | 66 | 53 | 0 | 64 | 344 | 45 | 43 |
| Binary | 111001 | 1000110 | 1111011 | 110110 | 101011 | 0 | 110100 | 11100100 | 100101 | 100011 |
Color Harmonies of #39467B
Complementary color
Monochromatic Colors of #39467B
Black with #39467B
Text Example
Text Example
White with #39467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39467B; }
p { color: rgb(57,70,123); }
H1.HeaderClassName
{
color: #39467B;
}
.AnyTagClassName
{
color: #39467B;
}
</style>
background-color css
<style>
a { background-color: #39467B; }
a { background-color: rgb(57,70,123); }
div.DivClassName
{
background-color: #39467B;
}
.BgClassName
{
background-color: #39467B;
}
</style>
border-color css
<style>
span { border-color: #39467B; }
span { border-color: rgb(57,70,123); }
td.TdClassName
{
border-color: #39467B;
}
.TagClassName
{
border-color: #39467B;
}
</style>