Shades of Resolution Blue #243F7F
Tints of Resolution Blue #243F7F
RGB
CMYK
RGB Variations
Color information
#243F7F (or 0x243F7F) is known color: Resolution Blue. HEX triplet: 24, 3F and 7F. RGB value is (36,63,127). Sum of RGB (Red+Green+Blue) = 36+63+127=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #243F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F7F is #DBC080. Grayscale: #3D3D3D. Windows color (decimal): -14401665 or 8339236. OLE color: 8339236.
HSL color Cylindrical-coordinate representation of color #243F7F: hue angle of 222.2º 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 #243F7F is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 63 | 127 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.50 |
| HSL | 222.2º | 0.56% | 0.32% | - |
| HSV(B) | 222.2º | 0.72% | 0.5% | - |
| XYZ | 6.34 | 5.46 | 20.8 | - |
| YUV | 62.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 127 | 0.72 | 0.50 | 0 | 0.50 | 222.2 | 0.56 | 0.32 |
| Hex | 24 | 3F | 7F | 48 | 32 | 0 | 32 | DE | 38 | 20 |
| Octal | 44 | 77 | 177 | 110 | 62 | 0 | 62 | 336 | 70 | 40 |
| Binary | 100100 | 111111 | 1111111 | 1001000 | 110010 | 0 | 110010 | 11011110 | 111000 | 100000 |
Color Harmonies of #243F7F
Complementary color
Monochromatic Colors of #243F7F
Black with #243F7F
Text Example
Text Example
White with #243F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F7F; }
p { color: rgb(36,63,127); }
H1.HeaderClassName
{
color: #243F7F;
}
.AnyTagClassName
{
color: #243F7F;
}
</style>
background-color css
<style>
a { background-color: #243F7F; }
a { background-color: rgb(36,63,127); }
div.DivClassName
{
background-color: #243F7F;
}
.BgClassName
{
background-color: #243F7F;
}
</style>
border-color css
<style>
span { border-color: #243F7F; }
span { border-color: rgb(36,63,127); }
td.TdClassName
{
border-color: #243F7F;
}
.TagClassName
{
border-color: #243F7F;
}
</style>