Shades of Resolution Blue #243872
Tints of Resolution Blue #243872
RGB
CMYK
RGB Variations
Color information
#243872 (or 0x243872) is known color: Resolution Blue. HEX triplet: 24, 38 and 72. RGB value is (36,56,114). Sum of RGB (Red+Green+Blue) = 36+56+114=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #243872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243872 is #DBC78D. Grayscale: #383838. Windows color (decimal): -14403470 or 7485476. OLE color: 7485476.
HSL color Cylindrical-coordinate representation of color #243872: hue angle of 224.62º 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 #243872 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 56 | 114 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.55 |
| HSL | 224.62º | 0.52% | 0.29% | - |
| HSV(B) | 224.62º | 0.68% | 0.45% | - |
| XYZ | 5.18 | 4.42 | 16.5 | - |
| YUV | 56.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 114 | 0.68 | 0.51 | 0 | 0.55 | 224.62 | 0.52 | 0.29 |
| Hex | 24 | 38 | 72 | 44 | 33 | 0 | 37 | E1 | 34 | 1D |
| Octal | 44 | 70 | 162 | 104 | 63 | 0 | 67 | 341 | 64 | 35 |
| Binary | 100100 | 111000 | 1110010 | 1000100 | 110011 | 0 | 110111 | 11100001 | 110100 | 11101 |
Color Harmonies of #243872
Complementary color
Monochromatic Colors of #243872
Black with #243872
Text Example
Text Example
White with #243872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243872; }
p { color: rgb(36,56,114); }
H1.HeaderClassName
{
color: #243872;
}
.AnyTagClassName
{
color: #243872;
}
</style>
background-color css
<style>
a { background-color: #243872; }
a { background-color: rgb(36,56,114); }
div.DivClassName
{
background-color: #243872;
}
.BgClassName
{
background-color: #243872;
}
</style>
border-color css
<style>
span { border-color: #243872; }
span { border-color: rgb(36,56,114); }
td.TdClassName
{
border-color: #243872;
}
.TagClassName
{
border-color: #243872;
}
</style>