Shades of Resolution Blue #243376
Tints of Resolution Blue #243376
RGB
CMYK
RGB Variations
Color information
#243376 (or 0x243376) is known color: Resolution Blue. HEX triplet: 24, 33 and 76. RGB value is (36,51,118). Sum of RGB (Red+Green+Blue) = 36+51+118=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #243376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243376 is #DBCC89. Grayscale: #353535. Windows color (decimal): -14404746 or 7746340. OLE color: 7746340.
HSL color Cylindrical-coordinate representation of color #243376: hue angle of 229.02º 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 #243376 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 51 | 118 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.54 |
| HSL | 229.02º | 0.53% | 0.3% | - |
| HSV(B) | 229.02º | 0.69% | 0.46% | - |
| XYZ | 5.18 | 4.05 | 17.65 | - |
| YUV | 54.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 118 | 0.69 | 0.57 | 0 | 0.54 | 229.02 | 0.53 | 0.3 |
| Hex | 24 | 33 | 76 | 45 | 39 | 0 | 36 | E5 | 35 | 1E |
| Octal | 44 | 63 | 166 | 105 | 71 | 0 | 66 | 345 | 65 | 36 |
| Binary | 100100 | 110011 | 1110110 | 1000101 | 111001 | 0 | 110110 | 11100101 | 110101 | 11110 |
Color Harmonies of #243376
Complementary color
Monochromatic Colors of #243376
Black with #243376
Text Example
Text Example
White with #243376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243376; }
p { color: rgb(36,51,118); }
H1.HeaderClassName
{
color: #243376;
}
.AnyTagClassName
{
color: #243376;
}
</style>
background-color css
<style>
a { background-color: #243376; }
a { background-color: rgb(36,51,118); }
div.DivClassName
{
background-color: #243376;
}
.BgClassName
{
background-color: #243376;
}
</style>
border-color css
<style>
span { border-color: #243376; }
span { border-color: rgb(36,51,118); }
td.TdClassName
{
border-color: #243376;
}
.TagClassName
{
border-color: #243376;
}
</style>