Shades of Resolution Blue #243274
Tints of Resolution Blue #243274
RGB
CMYK
RGB Variations
Color information
#243274 (or 0x243274) is known color: Resolution Blue. HEX triplet: 24, 32 and 74. RGB value is (36,50,116). Sum of RGB (Red+Green+Blue) = 36+50+116=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #243274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243274 is #DBCD8B. Grayscale: #353535. Windows color (decimal): -14405004 or 7615012. OLE color: 7615012.
HSL color Cylindrical-coordinate representation of color #243274: hue angle of 229.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #243274 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 50 | 116 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.55 |
| HSL | 229.5º | 0.53% | 0.3% | - |
| HSV(B) | 229.5º | 0.69% | 0.45% | - |
| XYZ | 5.02 | 3.92 | 17.01 | - |
| YUV | 53.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 116 | 0.69 | 0.57 | 0 | 0.55 | 229.5 | 0.53 | 0.3 |
| Hex | 24 | 32 | 74 | 45 | 39 | 0 | 37 | E6 | 35 | 1E |
| Octal | 44 | 62 | 164 | 105 | 71 | 0 | 67 | 346 | 65 | 36 |
| Binary | 100100 | 110010 | 1110100 | 1000101 | 111001 | 0 | 110111 | 11100110 | 110101 | 11110 |
Color Harmonies of #243274
Complementary color
Monochromatic Colors of #243274
Black with #243274
Text Example
Text Example
White with #243274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243274; }
p { color: rgb(36,50,116); }
H1.HeaderClassName
{
color: #243274;
}
.AnyTagClassName
{
color: #243274;
}
</style>
background-color css
<style>
a { background-color: #243274; }
a { background-color: rgb(36,50,116); }
div.DivClassName
{
background-color: #243274;
}
.BgClassName
{
background-color: #243274;
}
</style>
border-color css
<style>
span { border-color: #243274; }
span { border-color: rgb(36,50,116); }
td.TdClassName
{
border-color: #243274;
}
.TagClassName
{
border-color: #243274;
}
</style>