Shades of Resolution Blue #243780
Tints of Resolution Blue #243780
RGB
CMYK
RGB Variations
Color information
#243780 (or 0x243780) is known color: Resolution Blue. HEX triplet: 24, 37 and 80. RGB value is (36,55,128). Sum of RGB (Red+Green+Blue) = 36+55+128=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #243780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243780 is #DBC87F. Grayscale: #393939. Windows color (decimal): -14403712 or 8402724. OLE color: 8402724.
HSL color Cylindrical-coordinate representation of color #243780: hue angle of 227.61º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #243780 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 55 | 128 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.50 |
| HSL | 227.61º | 0.56% | 0.32% | - |
| HSV(B) | 227.61º | 0.72% | 0.5% | - |
| XYZ | 5.99 | 4.67 | 21.01 | - |
| YUV | 57.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 128 | 0.72 | 0.57 | 0 | 0.50 | 227.61 | 0.56 | 0.32 |
| Hex | 24 | 37 | 80 | 48 | 39 | 0 | 32 | E4 | 38 | 20 |
| Octal | 44 | 67 | 200 | 110 | 71 | 0 | 62 | 344 | 70 | 40 |
| Binary | 100100 | 110111 | 10000000 | 1001000 | 111001 | 0 | 110010 | 11100100 | 111000 | 100000 |
Color Harmonies of #243780
Complementary color
Monochromatic Colors of #243780
Black with #243780
Text Example
Text Example
White with #243780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243780; }
p { color: rgb(36,55,128); }
H1.HeaderClassName
{
color: #243780;
}
.AnyTagClassName
{
color: #243780;
}
</style>
background-color css
<style>
a { background-color: #243780; }
a { background-color: rgb(36,55,128); }
div.DivClassName
{
background-color: #243780;
}
.BgClassName
{
background-color: #243780;
}
</style>
border-color css
<style>
span { border-color: #243780; }
span { border-color: rgb(36,55,128); }
td.TdClassName
{
border-color: #243780;
}
.TagClassName
{
border-color: #243780;
}
</style>