Shades of Resolution Blue #243A8A
Tints of Resolution Blue #243A8A
RGB
CMYK
RGB Variations
Color information
#243A8A (or 0x243A8A) is known color: Resolution Blue. HEX triplet: 24, 3A and 8A. RGB value is (36,58,138). Sum of RGB (Red+Green+Blue) = 36+58+138=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #243A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A8A is #DBC575. Grayscale: #3C3C3C. Windows color (decimal): -14402934 or 9058852. OLE color: 9058852.
HSL color Cylindrical-coordinate representation of color #243A8A: hue angle of 227.06º 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 #243A8A is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 58 | 138 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.46 |
| HSL | 227.06º | 0.59% | 0.34% | - |
| HSV(B) | 227.06º | 0.74% | 0.54% | - |
| XYZ | 6.83 | 5.24 | 24.7 | - |
| YUV | 60.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 138 | 0.74 | 0.58 | 0 | 0.46 | 227.06 | 0.59 | 0.34 |
| Hex | 24 | 3A | 8A | 4A | 3A | 0 | 2E | E3 | 3B | 22 |
| Octal | 44 | 72 | 212 | 112 | 72 | 0 | 56 | 343 | 73 | 42 |
| Binary | 100100 | 111010 | 10001010 | 1001010 | 111010 | 0 | 101110 | 11100011 | 111011 | 100010 |
Color Harmonies of #243A8A
Complementary color
Monochromatic Colors of #243A8A
Black with #243A8A
Text Example
Text Example
White with #243A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A8A; }
p { color: rgb(36,58,138); }
H1.HeaderClassName
{
color: #243A8A;
}
.AnyTagClassName
{
color: #243A8A;
}
</style>
background-color css
<style>
a { background-color: #243A8A; }
a { background-color: rgb(36,58,138); }
div.DivClassName
{
background-color: #243A8A;
}
.BgClassName
{
background-color: #243A8A;
}
</style>
border-color css
<style>
span { border-color: #243A8A; }
span { border-color: rgb(36,58,138); }
td.TdClassName
{
border-color: #243A8A;
}
.TagClassName
{
border-color: #243A8A;
}
</style>