Shades of Resolution Blue #243B8A
Tints of Resolution Blue #243B8A
RGB
CMYK
RGB Variations
Color information
#243B8A (or 0x243B8A) is known color: Resolution Blue. HEX triplet: 24, 3B and 8A. RGB value is (36,59,138). Sum of RGB (Red+Green+Blue) = 36+59+138=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #243B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243B8A is #DBC475. Grayscale: #3C3C3C. Windows color (decimal): -14402678 or 9059108. OLE color: 9059108.
HSL color Cylindrical-coordinate representation of color #243B8A: hue angle of 226.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243B8A is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 59 | 138 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.46 |
| HSL | 226.47º | 0.59% | 0.34% | - |
| HSV(B) | 226.47º | 0.74% | 0.54% | - |
| XYZ | 6.88 | 5.34 | 24.71 | - |
| YUV | 61.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 138 | 0.74 | 0.57 | 0 | 0.46 | 226.47 | 0.59 | 0.34 |
| Hex | 24 | 3B | 8A | 4A | 39 | 0 | 2E | E2 | 3B | 22 |
| Octal | 44 | 73 | 212 | 112 | 71 | 0 | 56 | 342 | 73 | 42 |
| Binary | 100100 | 111011 | 10001010 | 1001010 | 111001 | 0 | 101110 | 11100010 | 111011 | 100010 |
Color Harmonies of #243B8A
Complementary color
Monochromatic Colors of #243B8A
Black with #243B8A
Text Example
Text Example
White with #243B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B8A; }
p { color: rgb(36,59,138); }
H1.HeaderClassName
{
color: #243B8A;
}
.AnyTagClassName
{
color: #243B8A;
}
</style>
background-color css
<style>
a { background-color: #243B8A; }
a { background-color: rgb(36,59,138); }
div.DivClassName
{
background-color: #243B8A;
}
.BgClassName
{
background-color: #243B8A;
}
</style>
border-color css
<style>
span { border-color: #243B8A; }
span { border-color: rgb(36,59,138); }
td.TdClassName
{
border-color: #243B8A;
}
.TagClassName
{
border-color: #243B8A;
}
</style>