Shades of Resolution Blue #274472
Tints of Resolution Blue #274472
RGB
CMYK
RGB Variations
Color information
#274472 (or 0x274472) is known color: Resolution Blue. HEX triplet: 27, 44 and 72. RGB value is (39,68,114). Sum of RGB (Red+Green+Blue) = 39+68+114=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #274472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274472 is #D8BB8D. Grayscale: #404040. Windows color (decimal): -14203790 or 7488551. OLE color: 7488551.
HSL color Cylindrical-coordinate representation of color #274472: hue angle of 216.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274472 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 68 | 114 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.55 |
| HSL | 216.8º | 0.49% | 0.3% | - |
| HSV(B) | 216.8º | 0.66% | 0.45% | - |
| XYZ | 5.94 | 5.78 | 16.72 | - |
| YUV | 64.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 114 | 0.66 | 0.40 | 0 | 0.55 | 216.8 | 0.49 | 0.3 |
| Hex | 27 | 44 | 72 | 42 | 28 | 0 | 37 | D9 | 31 | 1E |
| Octal | 47 | 104 | 162 | 102 | 50 | 0 | 67 | 331 | 61 | 36 |
| Binary | 100111 | 1000100 | 1110010 | 1000010 | 101000 | 0 | 110111 | 11011001 | 110001 | 11110 |
Color Harmonies of #274472
Complementary color
Monochromatic Colors of #274472
Black with #274472
Text Example
Text Example
White with #274472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274472; }
p { color: rgb(39,68,114); }
H1.HeaderClassName
{
color: #274472;
}
.AnyTagClassName
{
color: #274472;
}
</style>
background-color css
<style>
a { background-color: #274472; }
a { background-color: rgb(39,68,114); }
div.DivClassName
{
background-color: #274472;
}
.BgClassName
{
background-color: #274472;
}
</style>
border-color css
<style>
span { border-color: #274472; }
span { border-color: rgb(39,68,114); }
td.TdClassName
{
border-color: #274472;
}
.TagClassName
{
border-color: #274472;
}
</style>