Shades of Resolution Blue #243A80
Tints of Resolution Blue #243A80
RGB
CMYK
RGB Variations
Color information
#243A80 (or 0x243A80) is known color: Resolution Blue. HEX triplet: 24, 3A and 80. RGB value is (36,58,128). Sum of RGB (Red+Green+Blue) = 36+58+128=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #243A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A80 is #DBC57F. Grayscale: #3B3B3B. Windows color (decimal): -14402944 or 8403492. OLE color: 8403492.
HSL color Cylindrical-coordinate representation of color #243A80: hue angle of 225.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #243A80 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 58 | 128 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.50 |
| HSL | 225.65º | 0.56% | 0.32% | - |
| HSV(B) | 225.65º | 0.72% | 0.5% | - |
| XYZ | 6.14 | 4.96 | 21.06 | - |
| YUV | 59.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 128 | 0.72 | 0.55 | 0 | 0.50 | 225.65 | 0.56 | 0.32 |
| Hex | 24 | 3A | 80 | 48 | 37 | 0 | 32 | E2 | 38 | 20 |
| Octal | 44 | 72 | 200 | 110 | 67 | 0 | 62 | 342 | 70 | 40 |
| Binary | 100100 | 111010 | 10000000 | 1001000 | 110111 | 0 | 110010 | 11100010 | 111000 | 100000 |
Color Harmonies of #243A80
Complementary color
Monochromatic Colors of #243A80
Black with #243A80
Text Example
Text Example
White with #243A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A80; }
p { color: rgb(36,58,128); }
H1.HeaderClassName
{
color: #243A80;
}
.AnyTagClassName
{
color: #243A80;
}
</style>
background-color css
<style>
a { background-color: #243A80; }
a { background-color: rgb(36,58,128); }
div.DivClassName
{
background-color: #243A80;
}
.BgClassName
{
background-color: #243A80;
}
</style>
border-color css
<style>
span { border-color: #243A80; }
span { border-color: rgb(36,58,128); }
td.TdClassName
{
border-color: #243A80;
}
.TagClassName
{
border-color: #243A80;
}
</style>