Shades of Resolution Blue #243B8B
Tints of Resolution Blue #243B8B
RGB
CMYK
RGB Variations
Color information
#243B8B (or 0x243B8B) is known color: Resolution Blue. HEX triplet: 24, 3B and 8B. RGB value is (36,59,139). Sum of RGB (Red+Green+Blue) = 36+59+139=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #243B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243B8B is #DBC474. Grayscale: #3C3C3C. Windows color (decimal): -14402677 or 9124644. OLE color: 9124644.
HSL color Cylindrical-coordinate representation of color #243B8B: hue angle of 226.6º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243B8B is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 59 | 139 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.45 |
| HSL | 226.6º | 0.59% | 0.34% | - |
| HSV(B) | 226.6º | 0.74% | 0.55% | - |
| XYZ | 6.95 | 5.37 | 25.1 | - |
| YUV | 61.24 | 171.88 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 139 | 0.74 | 0.58 | 0 | 0.45 | 226.6 | 0.59 | 0.34 |
| Hex | 24 | 3B | 8B | 4A | 3A | 0 | 2D | E3 | 3B | 22 |
| Octal | 44 | 73 | 213 | 112 | 72 | 0 | 55 | 343 | 73 | 42 |
| Binary | 100100 | 111011 | 10001011 | 1001010 | 111010 | 0 | 101101 | 11100011 | 111011 | 100010 |
Color Harmonies of #243B8B
Complementary color
Monochromatic Colors of #243B8B
Black with #243B8B
Text Example
Text Example
White with #243B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B8B; }
p { color: rgb(36,59,139); }
H1.HeaderClassName
{
color: #243B8B;
}
.AnyTagClassName
{
color: #243B8B;
}
</style>
background-color css
<style>
a { background-color: #243B8B; }
a { background-color: rgb(36,59,139); }
div.DivClassName
{
background-color: #243B8B;
}
.BgClassName
{
background-color: #243B8B;
}
</style>
border-color css
<style>
span { border-color: #243B8B; }
span { border-color: rgb(36,59,139); }
td.TdClassName
{
border-color: #243B8B;
}
.TagClassName
{
border-color: #243B8B;
}
</style>