Shades of Resolution Blue #243C86
Tints of Resolution Blue #243C86
RGB
CMYK
RGB Variations
Color information
#243C86 (or 0x243C86) is known color: Resolution Blue. HEX triplet: 24, 3C and 86. RGB value is (36,60,134). Sum of RGB (Red+Green+Blue) = 36+60+134=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #243C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243C86 is #DBC379. Grayscale: #3C3C3C. Windows color (decimal): -14402426 or 8797220. OLE color: 8797220.
HSL color Cylindrical-coordinate representation of color #243C86: hue angle of 225.31º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #243C86 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 60 | 134 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.47 |
| HSL | 225.31º | 0.58% | 0.33% | - |
| HSV(B) | 225.31º | 0.73% | 0.53% | - |
| XYZ | 6.65 | 5.33 | 23.23 | - |
| YUV | 61.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 134 | 0.73 | 0.55 | 0 | 0.47 | 225.31 | 0.58 | 0.33 |
| Hex | 24 | 3C | 86 | 49 | 37 | 0 | 2F | E1 | 3A | 21 |
| Octal | 44 | 74 | 206 | 111 | 67 | 0 | 57 | 341 | 72 | 41 |
| Binary | 100100 | 111100 | 10000110 | 1001001 | 110111 | 0 | 101111 | 11100001 | 111010 | 100001 |
Color Harmonies of #243C86
Complementary color
Monochromatic Colors of #243C86
Black with #243C86
Text Example
Text Example
White with #243C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C86; }
p { color: rgb(36,60,134); }
H1.HeaderClassName
{
color: #243C86;
}
.AnyTagClassName
{
color: #243C86;
}
</style>
background-color css
<style>
a { background-color: #243C86; }
a { background-color: rgb(36,60,134); }
div.DivClassName
{
background-color: #243C86;
}
.BgClassName
{
background-color: #243C86;
}
</style>
border-color css
<style>
span { border-color: #243C86; }
span { border-color: rgb(36,60,134); }
td.TdClassName
{
border-color: #243C86;
}
.TagClassName
{
border-color: #243C86;
}
</style>