Shades of Resolution Blue #242F76
Tints of Resolution Blue #242F76
RGB
CMYK
RGB Variations
Color information
#242F76 (or 0x242F76) is known color: Resolution Blue. HEX triplet: 24, 2F and 76. RGB value is (36,47,118). Sum of RGB (Red+Green+Blue) = 36+47+118=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #242F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F76 is #DBD089. Grayscale: #333333. Windows color (decimal): -14405770 or 7745316. OLE color: 7745316.
HSL color Cylindrical-coordinate representation of color #242F76: hue angle of 231.95º 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 #242F76 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 47 | 118 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.54 |
| HSL | 231.95º | 0.53% | 0.3% | - |
| HSV(B) | 231.95º | 0.69% | 0.46% | - |
| XYZ | 5.01 | 3.72 | 17.59 | - |
| YUV | 51.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 118 | 0.69 | 0.60 | 0 | 0.54 | 231.95 | 0.53 | 0.3 |
| Hex | 24 | 2F | 76 | 45 | 3C | 0 | 36 | E8 | 35 | 1E |
| Octal | 44 | 57 | 166 | 105 | 74 | 0 | 66 | 350 | 65 | 36 |
| Binary | 100100 | 101111 | 1110110 | 1000101 | 111100 | 0 | 110110 | 11101000 | 110101 | 11110 |
Color Harmonies of #242F76
Complementary color
Monochromatic Colors of #242F76
Black with #242F76
Text Example
Text Example
White with #242F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F76; }
p { color: rgb(36,47,118); }
H1.HeaderClassName
{
color: #242F76;
}
.AnyTagClassName
{
color: #242F76;
}
</style>
background-color css
<style>
a { background-color: #242F76; }
a { background-color: rgb(36,47,118); }
div.DivClassName
{
background-color: #242F76;
}
.BgClassName
{
background-color: #242F76;
}
</style>
border-color css
<style>
span { border-color: #242F76; }
span { border-color: rgb(36,47,118); }
td.TdClassName
{
border-color: #242F76;
}
.TagClassName
{
border-color: #242F76;
}
</style>