Shades of Resolution Blue #3B477B
Tints of Resolution Blue #3B477B
RGB
CMYK
RGB Variations
Color information
#3B477B (or 0x3B477B) is known color: Resolution Blue. HEX triplet: 3B, 47 and 7B. RGB value is (59,71,123). Sum of RGB (Red+Green+Blue) = 59+71+123=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B477B is #C4B884. Grayscale: #494949. Windows color (decimal): -12892293 or 8079163. OLE color: 8079163.
HSL color Cylindrical-coordinate representation of color #3B477B: hue angle of 228.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B477B is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 71 | 123 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.52 |
| HSL | 228.75º | 0.35% | 0.36% | - |
| HSV(B) | 228.75º | 0.52% | 0.48% | - |
| XYZ | 7.63 | 6.87 | 19.66 | - |
| YUV | 73.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 123 | 0.52 | 0.42 | 0 | 0.52 | 228.75 | 0.35 | 0.36 |
| Hex | 3B | 47 | 7B | 34 | 2A | 0 | 34 | E5 | 23 | 24 |
| Octal | 73 | 107 | 173 | 64 | 52 | 0 | 64 | 345 | 43 | 44 |
| Binary | 111011 | 1000111 | 1111011 | 110100 | 101010 | 0 | 110100 | 11100101 | 100011 | 100100 |
Color Harmonies of #3B477B
Complementary color
Monochromatic Colors of #3B477B
Black with #3B477B
Text Example
Text Example
White with #3B477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B477B; }
p { color: rgb(59,71,123); }
H1.HeaderClassName
{
color: #3B477B;
}
.AnyTagClassName
{
color: #3B477B;
}
</style>
background-color css
<style>
a { background-color: #3B477B; }
a { background-color: rgb(59,71,123); }
div.DivClassName
{
background-color: #3B477B;
}
.BgClassName
{
background-color: #3B477B;
}
</style>
border-color css
<style>
span { border-color: #3B477B; }
span { border-color: rgb(59,71,123); }
td.TdClassName
{
border-color: #3B477B;
}
.TagClassName
{
border-color: #3B477B;
}
</style>