Shades of Resolution Blue #243188
Tints of Resolution Blue #243188
RGB
CMYK
RGB Variations
Color information
#243188 (or 0x243188) is known color: Resolution Blue. HEX triplet: 24, 31 and 88. RGB value is (36,49,136). Sum of RGB (Red+Green+Blue) = 36+49+136=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #243188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243188 is #DBCE77. Grayscale: #363636. Windows color (decimal): -14405240 or 8925476. OLE color: 8925476.
HSL color Cylindrical-coordinate representation of color #243188: hue angle of 232.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243188 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 49 | 136 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.47 |
| HSL | 232.2º | 0.58% | 0.34% | - |
| HSV(B) | 232.2º | 0.74% | 0.53% | - |
| XYZ | 6.27 | 4.35 | 23.8 | - |
| YUV | 55.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 136 | 0.74 | 0.64 | 0 | 0.47 | 232.2 | 0.58 | 0.34 |
| Hex | 24 | 31 | 88 | 4A | 40 | 0 | 2F | E8 | 3A | 22 |
| Octal | 44 | 61 | 210 | 112 | 100 | 0 | 57 | 350 | 72 | 42 |
| Binary | 100100 | 110001 | 10001000 | 1001010 | 1000000 | 0 | 101111 | 11101000 | 111010 | 100010 |
Color Harmonies of #243188
Complementary color
Monochromatic Colors of #243188
Black with #243188
Text Example
Text Example
White with #243188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243188; }
p { color: rgb(36,49,136); }
H1.HeaderClassName
{
color: #243188;
}
.AnyTagClassName
{
color: #243188;
}
</style>
background-color css
<style>
a { background-color: #243188; }
a { background-color: rgb(36,49,136); }
div.DivClassName
{
background-color: #243188;
}
.BgClassName
{
background-color: #243188;
}
</style>
border-color css
<style>
span { border-color: #243188; }
span { border-color: rgb(36,49,136); }
td.TdClassName
{
border-color: #243188;
}
.TagClassName
{
border-color: #243188;
}
</style>