Shades of Resolution Blue #243875
Tints of Resolution Blue #243875
RGB
CMYK
RGB Variations
Color information
#243875 (or 0x243875) is known color: Resolution Blue. HEX triplet: 24, 38 and 75. RGB value is (36,56,117). Sum of RGB (Red+Green+Blue) = 36+56+117=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #243875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243875 is #DBC78A. Grayscale: #383838. Windows color (decimal): -14403467 or 7682084. OLE color: 7682084.
HSL color Cylindrical-coordinate representation of color #243875: hue angle of 225.19º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #243875 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 56 | 117 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.54 |
| HSL | 225.19º | 0.53% | 0.3% | - |
| HSV(B) | 225.19º | 0.69% | 0.46% | - |
| XYZ | 5.35 | 4.49 | 17.41 | - |
| YUV | 56.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 117 | 0.69 | 0.52 | 0 | 0.54 | 225.19 | 0.53 | 0.3 |
| Hex | 24 | 38 | 75 | 45 | 34 | 0 | 36 | E1 | 35 | 1E |
| Octal | 44 | 70 | 165 | 105 | 64 | 0 | 66 | 341 | 65 | 36 |
| Binary | 100100 | 111000 | 1110101 | 1000101 | 110100 | 0 | 110110 | 11100001 | 110101 | 11110 |
Color Harmonies of #243875
Complementary color
Monochromatic Colors of #243875
Black with #243875
Text Example
Text Example
White with #243875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243875; }
p { color: rgb(36,56,117); }
H1.HeaderClassName
{
color: #243875;
}
.AnyTagClassName
{
color: #243875;
}
</style>
background-color css
<style>
a { background-color: #243875; }
a { background-color: rgb(36,56,117); }
div.DivClassName
{
background-color: #243875;
}
.BgClassName
{
background-color: #243875;
}
</style>
border-color css
<style>
span { border-color: #243875; }
span { border-color: rgb(36,56,117); }
td.TdClassName
{
border-color: #243875;
}
.TagClassName
{
border-color: #243875;
}
</style>