Shades of Resolution Blue #37447F
Tints of Resolution Blue #37447F
RGB
CMYK
RGB Variations
Color information
#37447F (or 0x37447F) is known color: Resolution Blue. HEX triplet: 37, 44 and 7F. RGB value is (55,68,127). Sum of RGB (Red+Green+Blue) = 55+68+127=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #37447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37447F is #C8BB80. Grayscale: #464646. Windows color (decimal): -13155201 or 8340535. OLE color: 8340535.
HSL color Cylindrical-coordinate representation of color #37447F: hue angle of 229.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37447F is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 68 | 127 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.50 |
| HSL | 229.17º | 0.4% | 0.36% | - |
| HSV(B) | 229.17º | 0.57% | 0.5% | - |
| XYZ | 7.47 | 6.48 | 20.94 | - |
| YUV | 70.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 127 | 0.57 | 0.46 | 0 | 0.50 | 229.17 | 0.4 | 0.36 |
| Hex | 37 | 44 | 7F | 39 | 2E | 0 | 32 | E5 | 28 | 24 |
| Octal | 67 | 104 | 177 | 71 | 56 | 0 | 62 | 345 | 50 | 44 |
| Binary | 110111 | 1000100 | 1111111 | 111001 | 101110 | 0 | 110010 | 11100101 | 101000 | 100100 |
Color Harmonies of #37447F
Complementary color
Monochromatic Colors of #37447F
Black with #37447F
Text Example
Text Example
White with #37447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37447F; }
p { color: rgb(55,68,127); }
H1.HeaderClassName
{
color: #37447F;
}
.AnyTagClassName
{
color: #37447F;
}
</style>
background-color css
<style>
a { background-color: #37447F; }
a { background-color: rgb(55,68,127); }
div.DivClassName
{
background-color: #37447F;
}
.BgClassName
{
background-color: #37447F;
}
</style>
border-color css
<style>
span { border-color: #37447F; }
span { border-color: rgb(55,68,127); }
td.TdClassName
{
border-color: #37447F;
}
.TagClassName
{
border-color: #37447F;
}
</style>