Shades of Resolution Blue #243F74
Tints of Resolution Blue #243F74
RGB
CMYK
RGB Variations
Color information
#243F74 (or 0x243F74) is known color: Resolution Blue. HEX triplet: 24, 3F and 74. RGB value is (36,63,116). Sum of RGB (Red+Green+Blue) = 36+63+116=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #243F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F74 is #DBC08B. Grayscale: #3C3C3C. Windows color (decimal): -14401676 or 7618340. OLE color: 7618340.
HSL color Cylindrical-coordinate representation of color #243F74: hue angle of 219.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #243F74 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 63 | 116 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.55 |
| HSL | 219.75º | 0.53% | 0.3% | - |
| HSV(B) | 219.75º | 0.69% | 0.45% | - |
| XYZ | 5.66 | 5.19 | 17.23 | - |
| YUV | 60.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 116 | 0.69 | 0.46 | 0 | 0.55 | 219.75 | 0.53 | 0.3 |
| Hex | 24 | 3F | 74 | 45 | 2E | 0 | 37 | DC | 35 | 1E |
| Octal | 44 | 77 | 164 | 105 | 56 | 0 | 67 | 334 | 65 | 36 |
| Binary | 100100 | 111111 | 1110100 | 1000101 | 101110 | 0 | 110111 | 11011100 | 110101 | 11110 |
Color Harmonies of #243F74
Complementary color
Monochromatic Colors of #243F74
Black with #243F74
Text Example
Text Example
White with #243F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F74; }
p { color: rgb(36,63,116); }
H1.HeaderClassName
{
color: #243F74;
}
.AnyTagClassName
{
color: #243F74;
}
</style>
background-color css
<style>
a { background-color: #243F74; }
a { background-color: rgb(36,63,116); }
div.DivClassName
{
background-color: #243F74;
}
.BgClassName
{
background-color: #243F74;
}
</style>
border-color css
<style>
span { border-color: #243F74; }
span { border-color: rgb(36,63,116); }
td.TdClassName
{
border-color: #243F74;
}
.TagClassName
{
border-color: #243F74;
}
</style>