Shades of Resolution Blue #243582
Tints of Resolution Blue #243582
RGB
CMYK
RGB Variations
Color information
#243582 (or 0x243582) is known color: Resolution Blue. HEX triplet: 24, 35 and 82. RGB value is (36,53,130). Sum of RGB (Red+Green+Blue) = 36+53+130=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #243582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243582 is #DBCA7D. Grayscale: #383838. Windows color (decimal): -14404222 or 8533284. OLE color: 8533284.
HSL color Cylindrical-coordinate representation of color #243582: hue angle of 229.15º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #243582 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 53 | 130 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.49 |
| HSL | 229.15º | 0.57% | 0.33% | - |
| HSV(B) | 229.15º | 0.72% | 0.51% | - |
| XYZ | 6.03 | 4.53 | 21.68 | - |
| YUV | 56.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 130 | 0.72 | 0.59 | 0 | 0.49 | 229.15 | 0.57 | 0.33 |
| Hex | 24 | 35 | 82 | 48 | 3B | 0 | 31 | E5 | 39 | 21 |
| Octal | 44 | 65 | 202 | 110 | 73 | 0 | 61 | 345 | 71 | 41 |
| Binary | 100100 | 110101 | 10000010 | 1001000 | 111011 | 0 | 110001 | 11100101 | 111001 | 100001 |
Color Harmonies of #243582
Complementary color
Monochromatic Colors of #243582
Black with #243582
Text Example
Text Example
White with #243582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243582; }
p { color: rgb(36,53,130); }
H1.HeaderClassName
{
color: #243582;
}
.AnyTagClassName
{
color: #243582;
}
</style>
background-color css
<style>
a { background-color: #243582; }
a { background-color: rgb(36,53,130); }
div.DivClassName
{
background-color: #243582;
}
.BgClassName
{
background-color: #243582;
}
</style>
border-color css
<style>
span { border-color: #243582; }
span { border-color: rgb(36,53,130); }
td.TdClassName
{
border-color: #243582;
}
.TagClassName
{
border-color: #243582;
}
</style>