Shades of Resolution Blue #243A76
Tints of Resolution Blue #243A76
RGB
CMYK
RGB Variations
Color information
#243A76 (or 0x243A76) is known color: Resolution Blue. HEX triplet: 24, 3A and 76. RGB value is (36,58,118). Sum of RGB (Red+Green+Blue) = 36+58+118=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #243A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A76 is #DBC589. Grayscale: #3A3A3A. Windows color (decimal): -14402954 or 7748132. OLE color: 7748132.
HSL color Cylindrical-coordinate representation of color #243A76: hue angle of 223.9º 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 #243A76 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 58 | 118 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.54 |
| HSL | 223.9º | 0.53% | 0.3% | - |
| HSV(B) | 223.9º | 0.69% | 0.46% | - |
| XYZ | 5.51 | 4.71 | 17.76 | - |
| YUV | 58.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 118 | 0.69 | 0.51 | 0 | 0.54 | 223.9 | 0.53 | 0.3 |
| Hex | 24 | 3A | 76 | 45 | 33 | 0 | 36 | E0 | 35 | 1E |
| Octal | 44 | 72 | 166 | 105 | 63 | 0 | 66 | 340 | 65 | 36 |
| Binary | 100100 | 111010 | 1110110 | 1000101 | 110011 | 0 | 110110 | 11100000 | 110101 | 11110 |
Color Harmonies of #243A76
Complementary color
Monochromatic Colors of #243A76
Black with #243A76
Text Example
Text Example
White with #243A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A76; }
p { color: rgb(36,58,118); }
H1.HeaderClassName
{
color: #243A76;
}
.AnyTagClassName
{
color: #243A76;
}
</style>
background-color css
<style>
a { background-color: #243A76; }
a { background-color: rgb(36,58,118); }
div.DivClassName
{
background-color: #243A76;
}
.BgClassName
{
background-color: #243A76;
}
</style>
border-color css
<style>
span { border-color: #243A76; }
span { border-color: rgb(36,58,118); }
td.TdClassName
{
border-color: #243A76;
}
.TagClassName
{
border-color: #243A76;
}
</style>