Shades of Resolution Blue #243D80
Tints of Resolution Blue #243D80
RGB
CMYK
RGB Variations
Color information
#243D80 (or 0x243D80) is known color: Resolution Blue. HEX triplet: 24, 3D and 80. RGB value is (36,61,128). Sum of RGB (Red+Green+Blue) = 36+61+128=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #243D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243D80 is #DBC27F. Grayscale: #3C3C3C. Windows color (decimal): -14402176 or 8404260. OLE color: 8404260.
HSL color Cylindrical-coordinate representation of color #243D80: hue angle of 223.7º 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 #243D80 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 61 | 128 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.50 |
| HSL | 223.7º | 0.56% | 0.32% | - |
| HSV(B) | 223.7º | 0.72% | 0.5% | - |
| XYZ | 6.29 | 5.27 | 21.11 | - |
| YUV | 61.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 128 | 0.72 | 0.52 | 0 | 0.50 | 223.7 | 0.56 | 0.32 |
| Hex | 24 | 3D | 80 | 48 | 34 | 0 | 32 | E0 | 38 | 20 |
| Octal | 44 | 75 | 200 | 110 | 64 | 0 | 62 | 340 | 70 | 40 |
| Binary | 100100 | 111101 | 10000000 | 1001000 | 110100 | 0 | 110010 | 11100000 | 111000 | 100000 |
Color Harmonies of #243D80
Complementary color
Monochromatic Colors of #243D80
Black with #243D80
Text Example
Text Example
White with #243D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D80; }
p { color: rgb(36,61,128); }
H1.HeaderClassName
{
color: #243D80;
}
.AnyTagClassName
{
color: #243D80;
}
</style>
background-color css
<style>
a { background-color: #243D80; }
a { background-color: rgb(36,61,128); }
div.DivClassName
{
background-color: #243D80;
}
.BgClassName
{
background-color: #243D80;
}
</style>
border-color css
<style>
span { border-color: #243D80; }
span { border-color: rgb(36,61,128); }
td.TdClassName
{
border-color: #243D80;
}
.TagClassName
{
border-color: #243D80;
}
</style>