Shades of Resolution Blue #243D85
Tints of Resolution Blue #243D85
RGB
CMYK
RGB Variations
Color information
#243D85 (or 0x243D85) is known color: Resolution Blue. HEX triplet: 24, 3D and 85. RGB value is (36,61,133). Sum of RGB (Red+Green+Blue) = 36+61+133=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #243D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243D85 is #DBC27A. Grayscale: #3D3D3D. Windows color (decimal): -14402171 or 8731940. OLE color: 8731940.
HSL color Cylindrical-coordinate representation of color #243D85: hue angle of 224.54º 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 #243D85 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 61 | 133 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.48 |
| HSL | 224.54º | 0.57% | 0.33% | - |
| HSV(B) | 224.54º | 0.73% | 0.52% | - |
| XYZ | 6.63 | 5.41 | 22.88 | - |
| YUV | 61.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 133 | 0.73 | 0.54 | 0 | 0.48 | 224.54 | 0.57 | 0.33 |
| Hex | 24 | 3D | 85 | 49 | 36 | 0 | 30 | E1 | 39 | 21 |
| Octal | 44 | 75 | 205 | 111 | 66 | 0 | 60 | 341 | 71 | 41 |
| Binary | 100100 | 111101 | 10000101 | 1001001 | 110110 | 0 | 110000 | 11100001 | 111001 | 100001 |
Color Harmonies of #243D85
Complementary color
Monochromatic Colors of #243D85
Black with #243D85
Text Example
Text Example
White with #243D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D85; }
p { color: rgb(36,61,133); }
H1.HeaderClassName
{
color: #243D85;
}
.AnyTagClassName
{
color: #243D85;
}
</style>
background-color css
<style>
a { background-color: #243D85; }
a { background-color: rgb(36,61,133); }
div.DivClassName
{
background-color: #243D85;
}
.BgClassName
{
background-color: #243D85;
}
</style>
border-color css
<style>
span { border-color: #243D85; }
span { border-color: rgb(36,61,133); }
td.TdClassName
{
border-color: #243D85;
}
.TagClassName
{
border-color: #243D85;
}
</style>