Shades of Resolution Blue #243B74
Tints of Resolution Blue #243B74
RGB
CMYK
RGB Variations
Color information
#243B74 (or 0x243B74) is known color: Resolution Blue. HEX triplet: 24, 3B and 74. RGB value is (36,59,116). Sum of RGB (Red+Green+Blue) = 36+59+116=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #243B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B74 is #DBC48B. Grayscale: #3A3A3A. Windows color (decimal): -14402700 or 7617316. OLE color: 7617316.
HSL color Cylindrical-coordinate representation of color #243B74: hue angle of 222.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 #243B74 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 59 | 116 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.55 |
| HSL | 222.75º | 0.53% | 0.3% | - |
| HSV(B) | 222.75º | 0.69% | 0.45% | - |
| XYZ | 5.44 | 4.76 | 17.16 | - |
| YUV | 58.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 116 | 0.69 | 0.49 | 0 | 0.55 | 222.75 | 0.53 | 0.3 |
| Hex | 24 | 3B | 74 | 45 | 31 | 0 | 37 | DF | 35 | 1E |
| Octal | 44 | 73 | 164 | 105 | 61 | 0 | 67 | 337 | 65 | 36 |
| Binary | 100100 | 111011 | 1110100 | 1000101 | 110001 | 0 | 110111 | 11011111 | 110101 | 11110 |
Color Harmonies of #243B74
Complementary color
Monochromatic Colors of #243B74
Black with #243B74
Text Example
Text Example
White with #243B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B74; }
p { color: rgb(36,59,116); }
H1.HeaderClassName
{
color: #243B74;
}
.AnyTagClassName
{
color: #243B74;
}
</style>
background-color css
<style>
a { background-color: #243B74; }
a { background-color: rgb(36,59,116); }
div.DivClassName
{
background-color: #243B74;
}
.BgClassName
{
background-color: #243B74;
}
</style>
border-color css
<style>
span { border-color: #243B74; }
span { border-color: rgb(36,59,116); }
td.TdClassName
{
border-color: #243B74;
}
.TagClassName
{
border-color: #243B74;
}
</style>