Shades of Resolution Blue #243A82
Tints of Resolution Blue #243A82
RGB
CMYK
RGB Variations
Color information
#243A82 (or 0x243A82) is known color: Resolution Blue. HEX triplet: 24, 3A and 82. RGB value is (36,58,130). Sum of RGB (Red+Green+Blue) = 36+58+130=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #243A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A82 is #DBC57D. Grayscale: #3B3B3B. Windows color (decimal): -14402942 or 8534564. OLE color: 8534564.
HSL color Cylindrical-coordinate representation of color #243A82: hue angle of 225.96º 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 #243A82 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 58 | 130 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.49 |
| HSL | 225.96º | 0.57% | 0.33% | - |
| HSV(B) | 225.96º | 0.72% | 0.51% | - |
| XYZ | 6.27 | 5.01 | 21.76 | - |
| YUV | 59.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 130 | 0.72 | 0.55 | 0 | 0.49 | 225.96 | 0.57 | 0.33 |
| Hex | 24 | 3A | 82 | 48 | 37 | 0 | 31 | E2 | 39 | 21 |
| Octal | 44 | 72 | 202 | 110 | 67 | 0 | 61 | 342 | 71 | 41 |
| Binary | 100100 | 111010 | 10000010 | 1001000 | 110111 | 0 | 110001 | 11100010 | 111001 | 100001 |
Color Harmonies of #243A82
Complementary color
Monochromatic Colors of #243A82
Black with #243A82
Text Example
Text Example
White with #243A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A82; }
p { color: rgb(36,58,130); }
H1.HeaderClassName
{
color: #243A82;
}
.AnyTagClassName
{
color: #243A82;
}
</style>
background-color css
<style>
a { background-color: #243A82; }
a { background-color: rgb(36,58,130); }
div.DivClassName
{
background-color: #243A82;
}
.BgClassName
{
background-color: #243A82;
}
</style>
border-color css
<style>
span { border-color: #243A82; }
span { border-color: rgb(36,58,130); }
td.TdClassName
{
border-color: #243A82;
}
.TagClassName
{
border-color: #243A82;
}
</style>