Shades of Resolution Blue #243A83
Tints of Resolution Blue #243A83
RGB
CMYK
RGB Variations
Color information
#243A83 (or 0x243A83) is known color: Resolution Blue. HEX triplet: 24, 3A and 83. RGB value is (36,58,131). Sum of RGB (Red+Green+Blue) = 36+58+131=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #243A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A83 is #DBC57C. Grayscale: #3B3B3B. Windows color (decimal): -14402941 or 8600100. OLE color: 8600100.
HSL color Cylindrical-coordinate representation of color #243A83: hue angle of 226.11º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #243A83 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 58 | 131 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.49 |
| HSL | 226.11º | 0.57% | 0.33% | - |
| HSV(B) | 226.11º | 0.73% | 0.51% | - |
| XYZ | 6.34 | 5.04 | 22.11 | - |
| YUV | 59.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 131 | 0.73 | 0.56 | 0 | 0.49 | 226.11 | 0.57 | 0.33 |
| Hex | 24 | 3A | 83 | 49 | 38 | 0 | 31 | E2 | 39 | 21 |
| Octal | 44 | 72 | 203 | 111 | 70 | 0 | 61 | 342 | 71 | 41 |
| Binary | 100100 | 111010 | 10000011 | 1001001 | 111000 | 0 | 110001 | 11100010 | 111001 | 100001 |
Color Harmonies of #243A83
Complementary color
Monochromatic Colors of #243A83
Black with #243A83
Text Example
Text Example
White with #243A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A83; }
p { color: rgb(36,58,131); }
H1.HeaderClassName
{
color: #243A83;
}
.AnyTagClassName
{
color: #243A83;
}
</style>
background-color css
<style>
a { background-color: #243A83; }
a { background-color: rgb(36,58,131); }
div.DivClassName
{
background-color: #243A83;
}
.BgClassName
{
background-color: #243A83;
}
</style>
border-color css
<style>
span { border-color: #243A83; }
span { border-color: rgb(36,58,131); }
td.TdClassName
{
border-color: #243A83;
}
.TagClassName
{
border-color: #243A83;
}
</style>