Shades of Resolution Blue #243F82
Tints of Resolution Blue #243F82
RGB
CMYK
RGB Variations
Color information
#243F82 (or 0x243F82) is known color: Resolution Blue. HEX triplet: 24, 3F and 82. RGB value is (36,63,130). Sum of RGB (Red+Green+Blue) = 36+63+130=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #243F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F82 is #DBC07D. Grayscale: #3E3E3E. Windows color (decimal): -14401662 or 8535844. OLE color: 8535844.
HSL color Cylindrical-coordinate representation of color #243F82: hue angle of 222.77º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #243F82 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 63 | 130 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.49 |
| HSL | 222.77º | 0.57% | 0.33% | - |
| HSV(B) | 222.77º | 0.72% | 0.51% | - |
| XYZ | 6.53 | 5.54 | 21.84 | - |
| YUV | 62.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 130 | 0.72 | 0.52 | 0 | 0.49 | 222.77 | 0.57 | 0.33 |
| Hex | 24 | 3F | 82 | 48 | 34 | 0 | 31 | DF | 39 | 21 |
| Octal | 44 | 77 | 202 | 110 | 64 | 0 | 61 | 337 | 71 | 41 |
| Binary | 100100 | 111111 | 10000010 | 1001000 | 110100 | 0 | 110001 | 11011111 | 111001 | 100001 |
Color Harmonies of #243F82
Complementary color
Monochromatic Colors of #243F82
Black with #243F82
Text Example
Text Example
White with #243F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F82; }
p { color: rgb(36,63,130); }
H1.HeaderClassName
{
color: #243F82;
}
.AnyTagClassName
{
color: #243F82;
}
</style>
background-color css
<style>
a { background-color: #243F82; }
a { background-color: rgb(36,63,130); }
div.DivClassName
{
background-color: #243F82;
}
.BgClassName
{
background-color: #243F82;
}
</style>
border-color css
<style>
span { border-color: #243F82; }
span { border-color: rgb(36,63,130); }
td.TdClassName
{
border-color: #243F82;
}
.TagClassName
{
border-color: #243F82;
}
</style>