Shades of Resolution Blue #274179
Tints of Resolution Blue #274179
RGB
CMYK
RGB Variations
Color information
#274179 (or 0x274179) is known color: Resolution Blue. HEX triplet: 27, 41 and 79. RGB value is (39,65,121). Sum of RGB (Red+Green+Blue) = 39+65+121=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #274179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274179 is #D8BE86. Grayscale: #3F3F3F. Windows color (decimal): -14204551 or 7946535. OLE color: 7946535.
HSL color Cylindrical-coordinate representation of color #274179: hue angle of 220.98º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274179 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 65 | 121 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.53 |
| HSL | 220.98º | 0.51% | 0.31% | - |
| HSV(B) | 220.98º | 0.68% | 0.47% | - |
| XYZ | 6.18 | 5.59 | 18.84 | - |
| YUV | 63.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 121 | 0.68 | 0.46 | 0 | 0.53 | 220.98 | 0.51 | 0.31 |
| Hex | 27 | 41 | 79 | 44 | 2E | 0 | 35 | DD | 33 | 1F |
| Octal | 47 | 101 | 171 | 104 | 56 | 0 | 65 | 335 | 63 | 37 |
| Binary | 100111 | 1000001 | 1111001 | 1000100 | 101110 | 0 | 110101 | 11011101 | 110011 | 11111 |
Color Harmonies of #274179
Complementary color
Monochromatic Colors of #274179
Black with #274179
Text Example
Text Example
White with #274179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274179; }
p { color: rgb(39,65,121); }
H1.HeaderClassName
{
color: #274179;
}
.AnyTagClassName
{
color: #274179;
}
</style>
background-color css
<style>
a { background-color: #274179; }
a { background-color: rgb(39,65,121); }
div.DivClassName
{
background-color: #274179;
}
.BgClassName
{
background-color: #274179;
}
</style>
border-color css
<style>
span { border-color: #274179; }
span { border-color: rgb(39,65,121); }
td.TdClassName
{
border-color: #274179;
}
.TagClassName
{
border-color: #274179;
}
</style>