Shades of Resolution Blue #243D7D
Tints of Resolution Blue #243D7D
RGB
CMYK
RGB Variations
Color information
#243D7D (or 0x243D7D) is known color: Resolution Blue. HEX triplet: 24, 3D and 7D. RGB value is (36,61,125). Sum of RGB (Red+Green+Blue) = 36+61+125=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #243D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D7D is #DBC282. Grayscale: #3C3C3C. Windows color (decimal): -14402179 or 8207652. OLE color: 8207652.
HSL color Cylindrical-coordinate representation of color #243D7D: hue angle of 223.15º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #243D7D is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 61 | 125 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.51 |
| HSL | 223.15º | 0.55% | 0.32% | - |
| HSV(B) | 223.15º | 0.71% | 0.49% | - |
| XYZ | 6.1 | 5.19 | 20.08 | - |
| YUV | 60.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 125 | 0.71 | 0.51 | 0 | 0.51 | 223.15 | 0.55 | 0.32 |
| Hex | 24 | 3D | 7D | 47 | 33 | 0 | 33 | DF | 37 | 20 |
| Octal | 44 | 75 | 175 | 107 | 63 | 0 | 63 | 337 | 67 | 40 |
| Binary | 100100 | 111101 | 1111101 | 1000111 | 110011 | 0 | 110011 | 11011111 | 110111 | 100000 |
Color Harmonies of #243D7D
Complementary color
Monochromatic Colors of #243D7D
Black with #243D7D
Text Example
Text Example
White with #243D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D7D; }
p { color: rgb(36,61,125); }
H1.HeaderClassName
{
color: #243D7D;
}
.AnyTagClassName
{
color: #243D7D;
}
</style>
background-color css
<style>
a { background-color: #243D7D; }
a { background-color: rgb(36,61,125); }
div.DivClassName
{
background-color: #243D7D;
}
.BgClassName
{
background-color: #243D7D;
}
</style>
border-color css
<style>
span { border-color: #243D7D; }
span { border-color: rgb(36,61,125); }
td.TdClassName
{
border-color: #243D7D;
}
.TagClassName
{
border-color: #243D7D;
}
</style>