Shades of Resolution Blue #242F70
Tints of Resolution Blue #242F70
RGB
CMYK
RGB Variations
Color information
#242F70 (or 0x242F70) is known color: Resolution Blue. HEX triplet: 24, 2F and 70. RGB value is (36,47,112). Sum of RGB (Red+Green+Blue) = 36+47+112=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #242F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F70 is #DBD08F. Grayscale: #323232. Windows color (decimal): -14405776 or 7352100. OLE color: 7352100.
HSL color Cylindrical-coordinate representation of color #242F70: hue angle of 231.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242F70 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 47 | 112 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.56 |
| HSL | 231.32º | 0.51% | 0.29% | - |
| HSV(B) | 231.32º | 0.68% | 0.44% | - |
| XYZ | 4.67 | 3.58 | 15.77 | - |
| YUV | 51.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 112 | 0.68 | 0.58 | 0 | 0.56 | 231.32 | 0.51 | 0.29 |
| Hex | 24 | 2F | 70 | 44 | 3A | 0 | 38 | E7 | 33 | 1D |
| Octal | 44 | 57 | 160 | 104 | 72 | 0 | 70 | 347 | 63 | 35 |
| Binary | 100100 | 101111 | 1110000 | 1000100 | 111010 | 0 | 111000 | 11100111 | 110011 | 11101 |
Color Harmonies of #242F70
Complementary color
Monochromatic Colors of #242F70
Black with #242F70
Text Example
Text Example
White with #242F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F70; }
p { color: rgb(36,47,112); }
H1.HeaderClassName
{
color: #242F70;
}
.AnyTagClassName
{
color: #242F70;
}
</style>
background-color css
<style>
a { background-color: #242F70; }
a { background-color: rgb(36,47,112); }
div.DivClassName
{
background-color: #242F70;
}
.BgClassName
{
background-color: #242F70;
}
</style>
border-color css
<style>
span { border-color: #242F70; }
span { border-color: rgb(36,47,112); }
td.TdClassName
{
border-color: #242F70;
}
.TagClassName
{
border-color: #242F70;
}
</style>