Shades of Resolution Blue #274272
Tints of Resolution Blue #274272
RGB
CMYK
RGB Variations
Color information
#274272 (or 0x274272) is known color: Resolution Blue. HEX triplet: 27, 42 and 72. RGB value is (39,66,114). Sum of RGB (Red+Green+Blue) = 39+66+114=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #274272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274272 is #D8BD8D. Grayscale: #3F3F3F. Windows color (decimal): -14204302 or 7488039. OLE color: 7488039.
HSL color Cylindrical-coordinate representation of color #274272: hue angle of 218.4º 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 #274272 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 66 | 114 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.55 |
| HSL | 218.4º | 0.49% | 0.3% | - |
| HSV(B) | 218.4º | 0.66% | 0.45% | - |
| XYZ | 5.82 | 5.54 | 16.68 | - |
| YUV | 63.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 114 | 0.66 | 0.42 | 0 | 0.55 | 218.4 | 0.49 | 0.3 |
| Hex | 27 | 42 | 72 | 42 | 2A | 0 | 37 | DA | 31 | 1E |
| Octal | 47 | 102 | 162 | 102 | 52 | 0 | 67 | 332 | 61 | 36 |
| Binary | 100111 | 1000010 | 1110010 | 1000010 | 101010 | 0 | 110111 | 11011010 | 110001 | 11110 |
Color Harmonies of #274272
Complementary color
Monochromatic Colors of #274272
Black with #274272
Text Example
Text Example
White with #274272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274272; }
p { color: rgb(39,66,114); }
H1.HeaderClassName
{
color: #274272;
}
.AnyTagClassName
{
color: #274272;
}
</style>
background-color css
<style>
a { background-color: #274272; }
a { background-color: rgb(39,66,114); }
div.DivClassName
{
background-color: #274272;
}
.BgClassName
{
background-color: #274272;
}
</style>
border-color css
<style>
span { border-color: #274272; }
span { border-color: rgb(39,66,114); }
td.TdClassName
{
border-color: #274272;
}
.TagClassName
{
border-color: #274272;
}
</style>