Shades of Resolution Blue #243A89
Tints of Resolution Blue #243A89
RGB
CMYK
RGB Variations
Color information
#243A89 (or 0x243A89) is known color: Resolution Blue. HEX triplet: 24, 3A and 89. RGB value is (36,58,137). Sum of RGB (Red+Green+Blue) = 36+58+137=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #243A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A89 is #DBC576. Grayscale: #3C3C3C. Windows color (decimal): -14402935 or 8993316. OLE color: 8993316.
HSL color Cylindrical-coordinate representation of color #243A89: hue angle of 226.93º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243A89 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 58 | 137 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.46 |
| HSL | 226.93º | 0.58% | 0.34% | - |
| HSV(B) | 226.93º | 0.74% | 0.54% | - |
| XYZ | 6.76 | 5.21 | 24.32 | - |
| YUV | 60.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 137 | 0.74 | 0.58 | 0 | 0.46 | 226.93 | 0.58 | 0.34 |
| Hex | 24 | 3A | 89 | 4A | 3A | 0 | 2E | E3 | 3A | 22 |
| Octal | 44 | 72 | 211 | 112 | 72 | 0 | 56 | 343 | 72 | 42 |
| Binary | 100100 | 111010 | 10001001 | 1001010 | 111010 | 0 | 101110 | 11100011 | 111010 | 100010 |
Color Harmonies of #243A89
Complementary color
Monochromatic Colors of #243A89
Black with #243A89
Text Example
Text Example
White with #243A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A89; }
p { color: rgb(36,58,137); }
H1.HeaderClassName
{
color: #243A89;
}
.AnyTagClassName
{
color: #243A89;
}
</style>
background-color css
<style>
a { background-color: #243A89; }
a { background-color: rgb(36,58,137); }
div.DivClassName
{
background-color: #243A89;
}
.BgClassName
{
background-color: #243A89;
}
</style>
border-color css
<style>
span { border-color: #243A89; }
span { border-color: rgb(36,58,137); }
td.TdClassName
{
border-color: #243A89;
}
.TagClassName
{
border-color: #243A89;
}
</style>