Shades of Resolution Blue #243175
Tints of Resolution Blue #243175
RGB
CMYK
RGB Variations
Color information
#243175 (or 0x243175) is known color: Resolution Blue. HEX triplet: 24, 31 and 75. RGB value is (36,49,117). Sum of RGB (Red+Green+Blue) = 36+49+117=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #243175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243175 is #DBCE8A. Grayscale: #343434. Windows color (decimal): -14405259 or 7680292. OLE color: 7680292.
HSL color Cylindrical-coordinate representation of color #243175: hue angle of 230.37º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #243175 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 49 | 117 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.54 |
| HSL | 230.37º | 0.53% | 0.3% | - |
| HSV(B) | 230.37º | 0.69% | 0.46% | - |
| XYZ | 5.04 | 3.86 | 17.31 | - |
| YUV | 52.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 117 | 0.69 | 0.58 | 0 | 0.54 | 230.37 | 0.53 | 0.3 |
| Hex | 24 | 31 | 75 | 45 | 3A | 0 | 36 | E6 | 35 | 1E |
| Octal | 44 | 61 | 165 | 105 | 72 | 0 | 66 | 346 | 65 | 36 |
| Binary | 100100 | 110001 | 1110101 | 1000101 | 111010 | 0 | 110110 | 11100110 | 110101 | 11110 |
Color Harmonies of #243175
Complementary color
Monochromatic Colors of #243175
Black with #243175
Text Example
Text Example
White with #243175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243175; }
p { color: rgb(36,49,117); }
H1.HeaderClassName
{
color: #243175;
}
.AnyTagClassName
{
color: #243175;
}
</style>
background-color css
<style>
a { background-color: #243175; }
a { background-color: rgb(36,49,117); }
div.DivClassName
{
background-color: #243175;
}
.BgClassName
{
background-color: #243175;
}
</style>
border-color css
<style>
span { border-color: #243175; }
span { border-color: rgb(36,49,117); }
td.TdClassName
{
border-color: #243175;
}
.TagClassName
{
border-color: #243175;
}
</style>