Shades of Resolution Blue #243C7F
Tints of Resolution Blue #243C7F
RGB
CMYK
RGB Variations
Color information
#243C7F (or 0x243C7F) is known color: Resolution Blue. HEX triplet: 24, 3C and 7F. RGB value is (36,60,127). Sum of RGB (Red+Green+Blue) = 36+60+127=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #243C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C7F is #DBC380. Grayscale: #3C3C3C. Windows color (decimal): -14402433 or 8338468. OLE color: 8338468.
HSL color Cylindrical-coordinate representation of color #243C7F: hue angle of 224.18º 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 #243C7F is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 60 | 127 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.50 |
| HSL | 224.18º | 0.56% | 0.32% | - |
| HSV(B) | 224.18º | 0.72% | 0.5% | - |
| XYZ | 6.17 | 5.14 | 20.75 | - |
| YUV | 60.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 127 | 0.72 | 0.53 | 0 | 0.50 | 224.18 | 0.56 | 0.32 |
| Hex | 24 | 3C | 7F | 48 | 35 | 0 | 32 | E0 | 38 | 20 |
| Octal | 44 | 74 | 177 | 110 | 65 | 0 | 62 | 340 | 70 | 40 |
| Binary | 100100 | 111100 | 1111111 | 1001000 | 110101 | 0 | 110010 | 11100000 | 111000 | 100000 |
Color Harmonies of #243C7F
Complementary color
Monochromatic Colors of #243C7F
Black with #243C7F
Text Example
Text Example
White with #243C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C7F; }
p { color: rgb(36,60,127); }
H1.HeaderClassName
{
color: #243C7F;
}
.AnyTagClassName
{
color: #243C7F;
}
</style>
background-color css
<style>
a { background-color: #243C7F; }
a { background-color: rgb(36,60,127); }
div.DivClassName
{
background-color: #243C7F;
}
.BgClassName
{
background-color: #243C7F;
}
</style>
border-color css
<style>
span { border-color: #243C7F; }
span { border-color: rgb(36,60,127); }
td.TdClassName
{
border-color: #243C7F;
}
.TagClassName
{
border-color: #243C7F;
}
</style>