Shades of Resolution Blue #274279
Tints of Resolution Blue #274279
RGB
CMYK
RGB Variations
Color information
#274279 (or 0x274279) is known color: Resolution Blue. HEX triplet: 27, 42 and 79. RGB value is (39,66,121). Sum of RGB (Red+Green+Blue) = 39+66+121=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #274279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274279 is #D8BD86. Grayscale: #3F3F3F. Windows color (decimal): -14204295 or 7946791. OLE color: 7946791.
HSL color Cylindrical-coordinate representation of color #274279: hue angle of 220.24º 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 #274279 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 66 | 121 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.53 |
| HSL | 220.24º | 0.51% | 0.31% | - |
| HSV(B) | 220.24º | 0.68% | 0.47% | - |
| XYZ | 6.24 | 5.71 | 18.86 | - |
| YUV | 64.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 121 | 0.68 | 0.45 | 0 | 0.53 | 220.24 | 0.51 | 0.31 |
| Hex | 27 | 42 | 79 | 44 | 2D | 0 | 35 | DC | 33 | 1F |
| Octal | 47 | 102 | 171 | 104 | 55 | 0 | 65 | 334 | 63 | 37 |
| Binary | 100111 | 1000010 | 1111001 | 1000100 | 101101 | 0 | 110101 | 11011100 | 110011 | 11111 |
Color Harmonies of #274279
Complementary color
Monochromatic Colors of #274279
Black with #274279
Text Example
Text Example
White with #274279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274279; }
p { color: rgb(39,66,121); }
H1.HeaderClassName
{
color: #274279;
}
.AnyTagClassName
{
color: #274279;
}
</style>
background-color css
<style>
a { background-color: #274279; }
a { background-color: rgb(39,66,121); }
div.DivClassName
{
background-color: #274279;
}
.BgClassName
{
background-color: #274279;
}
</style>
border-color css
<style>
span { border-color: #274279; }
span { border-color: rgb(39,66,121); }
td.TdClassName
{
border-color: #274279;
}
.TagClassName
{
border-color: #274279;
}
</style>