Shades of Resolution Blue #3C497B
Tints of Resolution Blue #3C497B
RGB
CMYK
RGB Variations
Color information
#3C497B (or 0x3C497B) is known color: Resolution Blue. HEX triplet: 3C, 49 and 7B. RGB value is (60,73,123). Sum of RGB (Red+Green+Blue) = 60+73+123=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C497B is #C3B684. Grayscale: #4A4A4A. Windows color (decimal): -12826245 or 8079676. OLE color: 8079676.
HSL color Cylindrical-coordinate representation of color #3C497B: hue angle of 227.62º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C497B is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 73 | 123 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.52 |
| HSL | 227.62º | 0.34% | 0.36% | - |
| HSV(B) | 227.62º | 0.51% | 0.48% | - |
| XYZ | 7.82 | 7.16 | 19.71 | - |
| YUV | 74.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 123 | 0.51 | 0.41 | 0 | 0.52 | 227.62 | 0.34 | 0.36 |
| Hex | 3C | 49 | 7B | 33 | 29 | 0 | 34 | E4 | 22 | 24 |
| Octal | 74 | 111 | 173 | 63 | 51 | 0 | 64 | 344 | 42 | 44 |
| Binary | 111100 | 1001001 | 1111011 | 110011 | 101001 | 0 | 110100 | 11100100 | 100010 | 100100 |
Color Harmonies of #3C497B
Complementary color
Monochromatic Colors of #3C497B
Black with #3C497B
Text Example
Text Example
White with #3C497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C497B; }
p { color: rgb(60,73,123); }
H1.HeaderClassName
{
color: #3C497B;
}
.AnyTagClassName
{
color: #3C497B;
}
</style>
background-color css
<style>
a { background-color: #3C497B; }
a { background-color: rgb(60,73,123); }
div.DivClassName
{
background-color: #3C497B;
}
.BgClassName
{
background-color: #3C497B;
}
</style>
border-color css
<style>
span { border-color: #3C497B; }
span { border-color: rgb(60,73,123); }
td.TdClassName
{
border-color: #3C497B;
}
.TagClassName
{
border-color: #3C497B;
}
</style>