Shades of Resolution Blue #243072
Tints of Resolution Blue #243072
RGB
CMYK
RGB Variations
Color information
#243072 (or 0x243072) is known color: Resolution Blue. HEX triplet: 24, 30 and 72. RGB value is (36,48,114). Sum of RGB (Red+Green+Blue) = 36+48+114=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #243072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243072 is #DBCF8D. Grayscale: #333333. Windows color (decimal): -14405518 or 7483428. OLE color: 7483428.
HSL color Cylindrical-coordinate representation of color #243072: hue angle of 230.77º 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 #243072 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 48 | 114 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.55 |
| HSL | 230.77º | 0.52% | 0.29% | - |
| HSV(B) | 230.77º | 0.68% | 0.45% | - |
| XYZ | 4.82 | 3.7 | 16.38 | - |
| YUV | 51.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 114 | 0.68 | 0.58 | 0 | 0.55 | 230.77 | 0.52 | 0.29 |
| Hex | 24 | 30 | 72 | 44 | 3A | 0 | 37 | E7 | 34 | 1D |
| Octal | 44 | 60 | 162 | 104 | 72 | 0 | 67 | 347 | 64 | 35 |
| Binary | 100100 | 110000 | 1110010 | 1000100 | 111010 | 0 | 110111 | 11100111 | 110100 | 11101 |
Color Harmonies of #243072
Complementary color
Monochromatic Colors of #243072
Black with #243072
Text Example
Text Example
White with #243072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243072; }
p { color: rgb(36,48,114); }
H1.HeaderClassName
{
color: #243072;
}
.AnyTagClassName
{
color: #243072;
}
</style>
background-color css
<style>
a { background-color: #243072; }
a { background-color: rgb(36,48,114); }
div.DivClassName
{
background-color: #243072;
}
.BgClassName
{
background-color: #243072;
}
</style>
border-color css
<style>
span { border-color: #243072; }
span { border-color: rgb(36,48,114); }
td.TdClassName
{
border-color: #243072;
}
.TagClassName
{
border-color: #243072;
}
</style>