Shades of Resolution Blue #243F85
Tints of Resolution Blue #243F85
RGB
CMYK
RGB Variations
Color information
#243F85 (or 0x243F85) is known color: Resolution Blue. HEX triplet: 24, 3F and 85. RGB value is (36,63,133). Sum of RGB (Red+Green+Blue) = 36+63+133=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #243F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F85 is #DBC07A. Grayscale: #3E3E3E. Windows color (decimal): -14401659 or 8732452. OLE color: 8732452.
HSL color Cylindrical-coordinate representation of color #243F85: hue angle of 223.3º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #243F85 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 63 | 133 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.48 |
| HSL | 223.3º | 0.57% | 0.33% | - |
| HSV(B) | 223.3º | 0.73% | 0.52% | - |
| XYZ | 6.74 | 5.62 | 22.92 | - |
| YUV | 62.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 133 | 0.73 | 0.53 | 0 | 0.48 | 223.3 | 0.57 | 0.33 |
| Hex | 24 | 3F | 85 | 49 | 35 | 0 | 30 | DF | 39 | 21 |
| Octal | 44 | 77 | 205 | 111 | 65 | 0 | 60 | 337 | 71 | 41 |
| Binary | 100100 | 111111 | 10000101 | 1001001 | 110101 | 0 | 110000 | 11011111 | 111001 | 100001 |
Color Harmonies of #243F85
Complementary color
Monochromatic Colors of #243F85
Black with #243F85
Text Example
Text Example
White with #243F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F85; }
p { color: rgb(36,63,133); }
H1.HeaderClassName
{
color: #243F85;
}
.AnyTagClassName
{
color: #243F85;
}
</style>
background-color css
<style>
a { background-color: #243F85; }
a { background-color: rgb(36,63,133); }
div.DivClassName
{
background-color: #243F85;
}
.BgClassName
{
background-color: #243F85;
}
</style>
border-color css
<style>
span { border-color: #243F85; }
span { border-color: rgb(36,63,133); }
td.TdClassName
{
border-color: #243F85;
}
.TagClassName
{
border-color: #243F85;
}
</style>