Shades of Resolution Blue #243A6D
Tints of Resolution Blue #243A6D
RGB
CMYK
RGB Variations
Color information
#243A6D (or 0x243A6D) is known color: Resolution Blue. HEX triplet: 24, 3A and 6D. RGB value is (36,58,109). Sum of RGB (Red+Green+Blue) = 36+58+109=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #243A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A6D is #DBC592. Grayscale: #393939. Windows color (decimal): -14402963 or 7158308. OLE color: 7158308.
HSL color Cylindrical-coordinate representation of color #243A6D: hue angle of 221.92º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243A6D is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 58 | 109 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.57 |
| HSL | 221.92º | 0.5% | 0.28% | - |
| HSV(B) | 221.92º | 0.67% | 0.43% | - |
| XYZ | 5 | 4.51 | 15.07 | - |
| YUV | 57.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 109 | 0.67 | 0.47 | 0 | 0.57 | 221.92 | 0.5 | 0.28 |
| Hex | 24 | 3A | 6D | 43 | 2F | 0 | 39 | DE | 32 | 1C |
| Octal | 44 | 72 | 155 | 103 | 57 | 0 | 71 | 336 | 62 | 34 |
| Binary | 100100 | 111010 | 1101101 | 1000011 | 101111 | 0 | 111001 | 11011110 | 110010 | 11100 |
Color Harmonies of #243A6D
Complementary color
Monochromatic Colors of #243A6D
Black with #243A6D
Text Example
Text Example
White with #243A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A6D; }
p { color: rgb(36,58,109); }
H1.HeaderClassName
{
color: #243A6D;
}
.AnyTagClassName
{
color: #243A6D;
}
</style>
background-color css
<style>
a { background-color: #243A6D; }
a { background-color: rgb(36,58,109); }
div.DivClassName
{
background-color: #243A6D;
}
.BgClassName
{
background-color: #243A6D;
}
</style>
border-color css
<style>
span { border-color: #243A6D; }
span { border-color: rgb(36,58,109); }
td.TdClassName
{
border-color: #243A6D;
}
.TagClassName
{
border-color: #243A6D;
}
</style>