Shades of Resolution Blue #274176
Tints of Resolution Blue #274176
RGB
CMYK
RGB Variations
Color information
#274176 (or 0x274176) is known color: Resolution Blue. HEX triplet: 27, 41 and 76. RGB value is (39,65,118). Sum of RGB (Red+Green+Blue) = 39+65+118=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #274176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274176 is #D8BE89. Grayscale: #3F3F3F. Windows color (decimal): -14204554 or 7749927. OLE color: 7749927.
HSL color Cylindrical-coordinate representation of color #274176: hue angle of 220.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274176 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 65 | 118 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.54 |
| HSL | 220.25º | 0.5% | 0.31% | - |
| HSV(B) | 220.25º | 0.67% | 0.46% | - |
| XYZ | 6 | 5.52 | 17.89 | - |
| YUV | 63.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 118 | 0.67 | 0.45 | 0 | 0.54 | 220.25 | 0.5 | 0.31 |
| Hex | 27 | 41 | 76 | 43 | 2D | 0 | 36 | DC | 32 | 1F |
| Octal | 47 | 101 | 166 | 103 | 55 | 0 | 66 | 334 | 62 | 37 |
| Binary | 100111 | 1000001 | 1110110 | 1000011 | 101101 | 0 | 110110 | 11011100 | 110010 | 11111 |
Color Harmonies of #274176
Complementary color
Monochromatic Colors of #274176
Black with #274176
Text Example
Text Example
White with #274176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274176; }
p { color: rgb(39,65,118); }
H1.HeaderClassName
{
color: #274176;
}
.AnyTagClassName
{
color: #274176;
}
</style>
background-color css
<style>
a { background-color: #274176; }
a { background-color: rgb(39,65,118); }
div.DivClassName
{
background-color: #274176;
}
.BgClassName
{
background-color: #274176;
}
</style>
border-color css
<style>
span { border-color: #274176; }
span { border-color: rgb(39,65,118); }
td.TdClassName
{
border-color: #274176;
}
.TagClassName
{
border-color: #274176;
}
</style>