Shades of Resolution Blue #243584
Tints of Resolution Blue #243584
RGB
CMYK
RGB Variations
Color information
#243584 (or 0x243584) is known color: Resolution Blue. HEX triplet: 24, 35 and 84. RGB value is (36,53,132). Sum of RGB (Red+Green+Blue) = 36+53+132=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #243584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243584 is #DBCA7B. Grayscale: #383838. Windows color (decimal): -14404220 or 8664356. OLE color: 8664356.
HSL color Cylindrical-coordinate representation of color #243584: hue angle of 229.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #243584 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 53 | 132 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.48 |
| HSL | 229.38º | 0.57% | 0.33% | - |
| HSV(B) | 229.38º | 0.73% | 0.52% | - |
| XYZ | 6.17 | 4.59 | 22.39 | - |
| YUV | 56.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 132 | 0.73 | 0.60 | 0 | 0.48 | 229.38 | 0.57 | 0.33 |
| Hex | 24 | 35 | 84 | 49 | 3C | 0 | 30 | E5 | 39 | 21 |
| Octal | 44 | 65 | 204 | 111 | 74 | 0 | 60 | 345 | 71 | 41 |
| Binary | 100100 | 110101 | 10000100 | 1001001 | 111100 | 0 | 110000 | 11100101 | 111001 | 100001 |
Color Harmonies of #243584
Complementary color
Monochromatic Colors of #243584
Black with #243584
Text Example
Text Example
White with #243584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243584; }
p { color: rgb(36,53,132); }
H1.HeaderClassName
{
color: #243584;
}
.AnyTagClassName
{
color: #243584;
}
</style>
background-color css
<style>
a { background-color: #243584; }
a { background-color: rgb(36,53,132); }
div.DivClassName
{
background-color: #243584;
}
.BgClassName
{
background-color: #243584;
}
</style>
border-color css
<style>
span { border-color: #243584; }
span { border-color: rgb(36,53,132); }
td.TdClassName
{
border-color: #243584;
}
.TagClassName
{
border-color: #243584;
}
</style>