Shades of Resolution Blue #243077
Tints of Resolution Blue #243077
RGB
CMYK
RGB Variations
Color information
#243077 (or 0x243077) is known color: Resolution Blue. HEX triplet: 24, 30 and 77. RGB value is (36,48,119). Sum of RGB (Red+Green+Blue) = 36+48+119=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #243077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243077 is #DBCF88. Grayscale: #343434. Windows color (decimal): -14405513 or 7811108. OLE color: 7811108.
HSL color Cylindrical-coordinate representation of color #243077: hue angle of 231.33º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #243077 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 48 | 119 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.53 |
| HSL | 231.33º | 0.54% | 0.3% | - |
| HSV(B) | 231.33º | 0.7% | 0.47% | - |
| XYZ | 5.11 | 3.82 | 17.92 | - |
| YUV | 52.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 119 | 0.70 | 0.60 | 0 | 0.53 | 231.33 | 0.54 | 0.3 |
| Hex | 24 | 30 | 77 | 46 | 3C | 0 | 35 | E7 | 36 | 1E |
| Octal | 44 | 60 | 167 | 106 | 74 | 0 | 65 | 347 | 66 | 36 |
| Binary | 100100 | 110000 | 1110111 | 1000110 | 111100 | 0 | 110101 | 11100111 | 110110 | 11110 |
Color Harmonies of #243077
Complementary color
Monochromatic Colors of #243077
Black with #243077
Text Example
Text Example
White with #243077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243077; }
p { color: rgb(36,48,119); }
H1.HeaderClassName
{
color: #243077;
}
.AnyTagClassName
{
color: #243077;
}
</style>
background-color css
<style>
a { background-color: #243077; }
a { background-color: rgb(36,48,119); }
div.DivClassName
{
background-color: #243077;
}
.BgClassName
{
background-color: #243077;
}
</style>
border-color css
<style>
span { border-color: #243077; }
span { border-color: rgb(36,48,119); }
td.TdClassName
{
border-color: #243077;
}
.TagClassName
{
border-color: #243077;
}
</style>