Shades of Resolution Blue #242F78
Tints of Resolution Blue #242F78
RGB
CMYK
RGB Variations
Color information
#242F78 (or 0x242F78) is known color: Resolution Blue. HEX triplet: 24, 2F and 78. RGB value is (36,47,120). Sum of RGB (Red+Green+Blue) = 36+47+120=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #242F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F78 is #DBD087. Grayscale: #333333. Windows color (decimal): -14405768 or 7876388. OLE color: 7876388.
HSL color Cylindrical-coordinate representation of color #242F78: hue angle of 232.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242F78 is Cyan = 0.7, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 47 | 120 | - |
| CMYK | 0.7 | 0.61 | 0 | 0.53 |
| HSL | 232.14º | 0.54% | 0.31% | - |
| HSV(B) | 232.14º | 0.7% | 0.47% | - |
| XYZ | 5.13 | 3.76 | 18.23 | - |
| YUV | 52.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 120 | 0.7 | 0.61 | 0 | 0.53 | 232.14 | 0.54 | 0.31 |
| Hex | 24 | 2F | 78 | 46 | 3D | 0 | 35 | E8 | 36 | 1F |
| Octal | 44 | 57 | 170 | 106 | 75 | 0 | 65 | 350 | 66 | 37 |
| Binary | 100100 | 101111 | 1111000 | 1000110 | 111101 | 0 | 110101 | 11101000 | 110110 | 11111 |
Color Harmonies of #242F78
Complementary color
Monochromatic Colors of #242F78
Black with #242F78
Text Example
Text Example
White with #242F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F78; }
p { color: rgb(36,47,120); }
H1.HeaderClassName
{
color: #242F78;
}
.AnyTagClassName
{
color: #242F78;
}
</style>
background-color css
<style>
a { background-color: #242F78; }
a { background-color: rgb(36,47,120); }
div.DivClassName
{
background-color: #242F78;
}
.BgClassName
{
background-color: #242F78;
}
</style>
border-color css
<style>
span { border-color: #242F78; }
span { border-color: rgb(36,47,120); }
td.TdClassName
{
border-color: #242F78;
}
.TagClassName
{
border-color: #242F78;
}
</style>