Shades of Resolution Blue #243D7C
Tints of Resolution Blue #243D7C
RGB
CMYK
RGB Variations
Color information
#243D7C (or 0x243D7C) is known color: Resolution Blue. HEX triplet: 24, 3D and 7C. RGB value is (36,61,124). Sum of RGB (Red+Green+Blue) = 36+61+124=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #243D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D7C is #DBC283. Grayscale: #3C3C3C. Windows color (decimal): -14402180 or 8142116. OLE color: 8142116.
HSL color Cylindrical-coordinate representation of color #243D7C: hue angle of 222.95º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #243D7C is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 61 | 124 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.51 |
| HSL | 222.95º | 0.55% | 0.31% | - |
| HSV(B) | 222.95º | 0.71% | 0.49% | - |
| XYZ | 6.03 | 5.17 | 19.75 | - |
| YUV | 60.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 124 | 0.71 | 0.51 | 0 | 0.51 | 222.95 | 0.55 | 0.31 |
| Hex | 24 | 3D | 7C | 47 | 33 | 0 | 33 | DF | 37 | 1F |
| Octal | 44 | 75 | 174 | 107 | 63 | 0 | 63 | 337 | 67 | 37 |
| Binary | 100100 | 111101 | 1111100 | 1000111 | 110011 | 0 | 110011 | 11011111 | 110111 | 11111 |
Color Harmonies of #243D7C
Complementary color
Monochromatic Colors of #243D7C
Black with #243D7C
Text Example
Text Example
White with #243D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D7C; }
p { color: rgb(36,61,124); }
H1.HeaderClassName
{
color: #243D7C;
}
.AnyTagClassName
{
color: #243D7C;
}
</style>
background-color css
<style>
a { background-color: #243D7C; }
a { background-color: rgb(36,61,124); }
div.DivClassName
{
background-color: #243D7C;
}
.BgClassName
{
background-color: #243D7C;
}
</style>
border-color css
<style>
span { border-color: #243D7C; }
span { border-color: rgb(36,61,124); }
td.TdClassName
{
border-color: #243D7C;
}
.TagClassName
{
border-color: #243D7C;
}
</style>