Shades of Resolution Blue #243F72
Tints of Resolution Blue #243F72
RGB
CMYK
RGB Variations
Color information
#243F72 (or 0x243F72) is known color: Resolution Blue. HEX triplet: 24, 3F and 72. RGB value is (36,63,114). Sum of RGB (Red+Green+Blue) = 36+63+114=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #243F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F72 is #DBC08D. Grayscale: #3C3C3C. Windows color (decimal): -14401678 or 7487268. OLE color: 7487268.
HSL color Cylindrical-coordinate representation of color #243F72: hue angle of 219.23º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243F72 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 63 | 114 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.55 |
| HSL | 219.23º | 0.52% | 0.29% | - |
| HSV(B) | 219.23º | 0.68% | 0.45% | - |
| XYZ | 5.54 | 5.14 | 16.62 | - |
| YUV | 60.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 114 | 0.68 | 0.45 | 0 | 0.55 | 219.23 | 0.52 | 0.29 |
| Hex | 24 | 3F | 72 | 44 | 2D | 0 | 37 | DB | 34 | 1D |
| Octal | 44 | 77 | 162 | 104 | 55 | 0 | 67 | 333 | 64 | 35 |
| Binary | 100100 | 111111 | 1110010 | 1000100 | 101101 | 0 | 110111 | 11011011 | 110100 | 11101 |
Color Harmonies of #243F72
Complementary color
Monochromatic Colors of #243F72
Black with #243F72
Text Example
Text Example
White with #243F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F72; }
p { color: rgb(36,63,114); }
H1.HeaderClassName
{
color: #243F72;
}
.AnyTagClassName
{
color: #243F72;
}
</style>
background-color css
<style>
a { background-color: #243F72; }
a { background-color: rgb(36,63,114); }
div.DivClassName
{
background-color: #243F72;
}
.BgClassName
{
background-color: #243F72;
}
</style>
border-color css
<style>
span { border-color: #243F72; }
span { border-color: rgb(36,63,114); }
td.TdClassName
{
border-color: #243F72;
}
.TagClassName
{
border-color: #243F72;
}
</style>