Shades of Resolution Blue #242F77
Tints of Resolution Blue #242F77
RGB
CMYK
RGB Variations
Color information
#242F77 (or 0x242F77) is known color: Resolution Blue. HEX triplet: 24, 2F and 77. RGB value is (36,47,119). Sum of RGB (Red+Green+Blue) = 36+47+119=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #242F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F77 is #DBD088. Grayscale: #333333. Windows color (decimal): -14405769 or 7810852. OLE color: 7810852.
HSL color Cylindrical-coordinate representation of color #242F77: hue angle of 232.05º 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 #242F77 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 47 | 119 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.53 |
| HSL | 232.05º | 0.54% | 0.3% | - |
| HSV(B) | 232.05º | 0.7% | 0.47% | - |
| XYZ | 5.07 | 3.74 | 17.91 | - |
| YUV | 51.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 119 | 0.70 | 0.61 | 0 | 0.53 | 232.05 | 0.54 | 0.3 |
| Hex | 24 | 2F | 77 | 46 | 3D | 0 | 35 | E8 | 36 | 1E |
| Octal | 44 | 57 | 167 | 106 | 75 | 0 | 65 | 350 | 66 | 36 |
| Binary | 100100 | 101111 | 1110111 | 1000110 | 111101 | 0 | 110101 | 11101000 | 110110 | 11110 |
Color Harmonies of #242F77
Complementary color
Monochromatic Colors of #242F77
Black with #242F77
Text Example
Text Example
White with #242F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F77; }
p { color: rgb(36,47,119); }
H1.HeaderClassName
{
color: #242F77;
}
.AnyTagClassName
{
color: #242F77;
}
</style>
background-color css
<style>
a { background-color: #242F77; }
a { background-color: rgb(36,47,119); }
div.DivClassName
{
background-color: #242F77;
}
.BgClassName
{
background-color: #242F77;
}
</style>
border-color css
<style>
span { border-color: #242F77; }
span { border-color: rgb(36,47,119); }
td.TdClassName
{
border-color: #242F77;
}
.TagClassName
{
border-color: #242F77;
}
</style>