Shades of Resolution Blue #243172
Tints of Resolution Blue #243172
RGB
CMYK
RGB Variations
Color information
#243172 (or 0x243172) is known color: Resolution Blue. HEX triplet: 24, 31 and 72. RGB value is (36,49,114). Sum of RGB (Red+Green+Blue) = 36+49+114=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #243172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243172 is #DBCE8D. Grayscale: #343434. Windows color (decimal): -14405262 or 7483684. OLE color: 7483684.
HSL color Cylindrical-coordinate representation of color #243172: hue angle of 230º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243172 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 49 | 114 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.55 |
| HSL | 230º | 0.52% | 0.29% | - |
| HSV(B) | 230º | 0.68% | 0.45% | - |
| XYZ | 4.86 | 3.79 | 16.39 | - |
| YUV | 52.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 114 | 0.68 | 0.57 | 0 | 0.55 | 230 | 0.52 | 0.29 |
| Hex | 24 | 31 | 72 | 44 | 39 | 0 | 37 | E6 | 34 | 1D |
| Octal | 44 | 61 | 162 | 104 | 71 | 0 | 67 | 346 | 64 | 35 |
| Binary | 100100 | 110001 | 1110010 | 1000100 | 111001 | 0 | 110111 | 11100110 | 110100 | 11101 |
Color Harmonies of #243172
Complementary color
Monochromatic Colors of #243172
Black with #243172
Text Example
Text Example
White with #243172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243172; }
p { color: rgb(36,49,114); }
H1.HeaderClassName
{
color: #243172;
}
.AnyTagClassName
{
color: #243172;
}
</style>
background-color css
<style>
a { background-color: #243172; }
a { background-color: rgb(36,49,114); }
div.DivClassName
{
background-color: #243172;
}
.BgClassName
{
background-color: #243172;
}
</style>
border-color css
<style>
span { border-color: #243172; }
span { border-color: rgb(36,49,114); }
td.TdClassName
{
border-color: #243172;
}
.TagClassName
{
border-color: #243172;
}
</style>