Shades of Resolution Blue #243F70
Tints of Resolution Blue #243F70
RGB
CMYK
RGB Variations
Color information
#243F70 (or 0x243F70) is known color: Resolution Blue. HEX triplet: 24, 3F and 70. RGB value is (36,63,112). Sum of RGB (Red+Green+Blue) = 36+63+112=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #243F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F70 is #DBC08F. Grayscale: #3C3C3C. Windows color (decimal): -14401680 or 7356196. OLE color: 7356196.
HSL color Cylindrical-coordinate representation of color #243F70: hue angle of 218.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243F70 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 63 | 112 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.56 |
| HSL | 218.68º | 0.51% | 0.29% | - |
| HSV(B) | 218.68º | 0.68% | 0.44% | - |
| XYZ | 5.43 | 5.1 | 16.03 | - |
| YUV | 60.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 112 | 0.68 | 0.44 | 0 | 0.56 | 218.68 | 0.51 | 0.29 |
| Hex | 24 | 3F | 70 | 44 | 2C | 0 | 38 | DB | 33 | 1D |
| Octal | 44 | 77 | 160 | 104 | 54 | 0 | 70 | 333 | 63 | 35 |
| Binary | 100100 | 111111 | 1110000 | 1000100 | 101100 | 0 | 111000 | 11011011 | 110011 | 11101 |
Color Harmonies of #243F70
Complementary color
Monochromatic Colors of #243F70
Black with #243F70
Text Example
Text Example
White with #243F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F70; }
p { color: rgb(36,63,112); }
H1.HeaderClassName
{
color: #243F70;
}
.AnyTagClassName
{
color: #243F70;
}
</style>
background-color css
<style>
a { background-color: #243F70; }
a { background-color: rgb(36,63,112); }
div.DivClassName
{
background-color: #243F70;
}
.BgClassName
{
background-color: #243F70;
}
</style>
border-color css
<style>
span { border-color: #243F70; }
span { border-color: rgb(36,63,112); }
td.TdClassName
{
border-color: #243F70;
}
.TagClassName
{
border-color: #243F70;
}
</style>