Shades of Resolution Blue #243D82
Tints of Resolution Blue #243D82
RGB
CMYK
RGB Variations
Color information
#243D82 (or 0x243D82) is known color: Resolution Blue. HEX triplet: 24, 3D and 82. RGB value is (36,61,130). Sum of RGB (Red+Green+Blue) = 36+61+130=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #243D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243D82 is #DBC27D. Grayscale: #3D3D3D. Windows color (decimal): -14402174 or 8535332. OLE color: 8535332.
HSL color Cylindrical-coordinate representation of color #243D82: hue angle of 224.04º 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 #243D82 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 61 | 130 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.49 |
| HSL | 224.04º | 0.57% | 0.33% | - |
| HSV(B) | 224.04º | 0.72% | 0.51% | - |
| XYZ | 6.43 | 5.32 | 21.81 | - |
| YUV | 61.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 130 | 0.72 | 0.53 | 0 | 0.49 | 224.04 | 0.57 | 0.33 |
| Hex | 24 | 3D | 82 | 48 | 35 | 0 | 31 | E0 | 39 | 21 |
| Octal | 44 | 75 | 202 | 110 | 65 | 0 | 61 | 340 | 71 | 41 |
| Binary | 100100 | 111101 | 10000010 | 1001000 | 110101 | 0 | 110001 | 11100000 | 111001 | 100001 |
Color Harmonies of #243D82
Complementary color
Monochromatic Colors of #243D82
Black with #243D82
Text Example
Text Example
White with #243D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D82; }
p { color: rgb(36,61,130); }
H1.HeaderClassName
{
color: #243D82;
}
.AnyTagClassName
{
color: #243D82;
}
</style>
background-color css
<style>
a { background-color: #243D82; }
a { background-color: rgb(36,61,130); }
div.DivClassName
{
background-color: #243D82;
}
.BgClassName
{
background-color: #243D82;
}
</style>
border-color css
<style>
span { border-color: #243D82; }
span { border-color: rgb(36,61,130); }
td.TdClassName
{
border-color: #243D82;
}
.TagClassName
{
border-color: #243D82;
}
</style>