Shades of Resolution Blue #243A7F
Tints of Resolution Blue #243A7F
RGB
CMYK
RGB Variations
Color information
#243A7F (or 0x243A7F) is known color: Resolution Blue. HEX triplet: 24, 3A and 7F. RGB value is (36,58,127). Sum of RGB (Red+Green+Blue) = 36+58+127=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #243A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A7F is #DBC580. Grayscale: #3A3A3A. Windows color (decimal): -14402945 or 8337956. OLE color: 8337956.
HSL color Cylindrical-coordinate representation of color #243A7F: hue angle of 225.49º 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 #243A7F is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 58 | 127 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.50 |
| HSL | 225.49º | 0.56% | 0.32% | - |
| HSV(B) | 225.49º | 0.72% | 0.5% | - |
| XYZ | 6.07 | 4.93 | 20.71 | - |
| YUV | 59.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 127 | 0.72 | 0.54 | 0 | 0.50 | 225.49 | 0.56 | 0.32 |
| Hex | 24 | 3A | 7F | 48 | 36 | 0 | 32 | E1 | 38 | 20 |
| Octal | 44 | 72 | 177 | 110 | 66 | 0 | 62 | 341 | 70 | 40 |
| Binary | 100100 | 111010 | 1111111 | 1001000 | 110110 | 0 | 110010 | 11100001 | 111000 | 100000 |
Color Harmonies of #243A7F
Complementary color
Monochromatic Colors of #243A7F
Black with #243A7F
Text Example
Text Example
White with #243A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A7F; }
p { color: rgb(36,58,127); }
H1.HeaderClassName
{
color: #243A7F;
}
.AnyTagClassName
{
color: #243A7F;
}
</style>
background-color css
<style>
a { background-color: #243A7F; }
a { background-color: rgb(36,58,127); }
div.DivClassName
{
background-color: #243A7F;
}
.BgClassName
{
background-color: #243A7F;
}
</style>
border-color css
<style>
span { border-color: #243A7F; }
span { border-color: rgb(36,58,127); }
td.TdClassName
{
border-color: #243A7F;
}
.TagClassName
{
border-color: #243A7F;
}
</style>