Shades of Resolution Blue #243A85
Tints of Resolution Blue #243A85
RGB
CMYK
RGB Variations
Color information
#243A85 (or 0x243A85) is known color: Resolution Blue. HEX triplet: 24, 3A and 85. RGB value is (36,58,133). Sum of RGB (Red+Green+Blue) = 36+58+133=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #243A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A85 is #DBC57A. Grayscale: #3B3B3B. Windows color (decimal): -14402939 or 8731172. OLE color: 8731172.
HSL color Cylindrical-coordinate representation of color #243A85: hue angle of 226.39º 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 #243A85 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 58 | 133 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.48 |
| HSL | 226.39º | 0.57% | 0.33% | - |
| HSV(B) | 226.39º | 0.73% | 0.52% | - |
| XYZ | 6.47 | 5.09 | 22.83 | - |
| YUV | 59.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 133 | 0.73 | 0.56 | 0 | 0.48 | 226.39 | 0.57 | 0.33 |
| Hex | 24 | 3A | 85 | 49 | 38 | 0 | 30 | E2 | 39 | 21 |
| Octal | 44 | 72 | 205 | 111 | 70 | 0 | 60 | 342 | 71 | 41 |
| Binary | 100100 | 111010 | 10000101 | 1001001 | 111000 | 0 | 110000 | 11100010 | 111001 | 100001 |
Color Harmonies of #243A85
Complementary color
Monochromatic Colors of #243A85
Black with #243A85
Text Example
Text Example
White with #243A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A85; }
p { color: rgb(36,58,133); }
H1.HeaderClassName
{
color: #243A85;
}
.AnyTagClassName
{
color: #243A85;
}
</style>
background-color css
<style>
a { background-color: #243A85; }
a { background-color: rgb(36,58,133); }
div.DivClassName
{
background-color: #243A85;
}
.BgClassName
{
background-color: #243A85;
}
</style>
border-color css
<style>
span { border-color: #243A85; }
span { border-color: rgb(36,58,133); }
td.TdClassName
{
border-color: #243A85;
}
.TagClassName
{
border-color: #243A85;
}
</style>