Shades of Resolution Blue #243C80
Tints of Resolution Blue #243C80
RGB
CMYK
RGB Variations
Color information
#243C80 (or 0x243C80) is known color: Resolution Blue. HEX triplet: 24, 3C and 80. RGB value is (36,60,128). Sum of RGB (Red+Green+Blue) = 36+60+128=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #243C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243C80 is #DBC37F. Grayscale: #3C3C3C. Windows color (decimal): -14402432 or 8404004. OLE color: 8404004.
HSL color Cylindrical-coordinate representation of color #243C80: hue angle of 224.35º 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 #243C80 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 60 | 128 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.50 |
| HSL | 224.35º | 0.56% | 0.32% | - |
| HSV(B) | 224.35º | 0.72% | 0.5% | - |
| XYZ | 6.24 | 5.17 | 21.09 | - |
| YUV | 60.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 128 | 0.72 | 0.53 | 0 | 0.50 | 224.35 | 0.56 | 0.32 |
| Hex | 24 | 3C | 80 | 48 | 35 | 0 | 32 | E0 | 38 | 20 |
| Octal | 44 | 74 | 200 | 110 | 65 | 0 | 62 | 340 | 70 | 40 |
| Binary | 100100 | 111100 | 10000000 | 1001000 | 110101 | 0 | 110010 | 11100000 | 111000 | 100000 |
Color Harmonies of #243C80
Complementary color
Monochromatic Colors of #243C80
Black with #243C80
Text Example
Text Example
White with #243C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C80; }
p { color: rgb(36,60,128); }
H1.HeaderClassName
{
color: #243C80;
}
.AnyTagClassName
{
color: #243C80;
}
</style>
background-color css
<style>
a { background-color: #243C80; }
a { background-color: rgb(36,60,128); }
div.DivClassName
{
background-color: #243C80;
}
.BgClassName
{
background-color: #243C80;
}
</style>
border-color css
<style>
span { border-color: #243C80; }
span { border-color: rgb(36,60,128); }
td.TdClassName
{
border-color: #243C80;
}
.TagClassName
{
border-color: #243C80;
}
</style>