Shades of Resolution Blue #264176
Tints of Resolution Blue #264176
RGB
CMYK
RGB Variations
Color information
#264176 (or 0x264176) is known color: Resolution Blue. HEX triplet: 26, 41 and 76. RGB value is (38,65,118). Sum of RGB (Red+Green+Blue) = 38+65+118=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #264176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264176 is #D9BE89. Grayscale: #3E3E3E. Windows color (decimal): -14270090 or 7749926. OLE color: 7749926.
HSL color Cylindrical-coordinate representation of color #264176: hue angle of 219.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264176 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 65 | 118 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.54 |
| HSL | 219.75º | 0.51% | 0.31% | - |
| HSV(B) | 219.75º | 0.68% | 0.46% | - |
| XYZ | 5.96 | 5.5 | 17.89 | - |
| YUV | 62.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 118 | 0.68 | 0.45 | 0 | 0.54 | 219.75 | 0.51 | 0.31 |
| Hex | 26 | 41 | 76 | 44 | 2D | 0 | 36 | DC | 33 | 1F |
| Octal | 46 | 101 | 166 | 104 | 55 | 0 | 66 | 334 | 63 | 37 |
| Binary | 100110 | 1000001 | 1110110 | 1000100 | 101101 | 0 | 110110 | 11011100 | 110011 | 11111 |
Color Harmonies of #264176
Complementary color
Monochromatic Colors of #264176
Black with #264176
Text Example
Text Example
White with #264176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264176; }
p { color: rgb(38,65,118); }
H1.HeaderClassName
{
color: #264176;
}
.AnyTagClassName
{
color: #264176;
}
</style>
background-color css
<style>
a { background-color: #264176; }
a { background-color: rgb(38,65,118); }
div.DivClassName
{
background-color: #264176;
}
.BgClassName
{
background-color: #264176;
}
</style>
border-color css
<style>
span { border-color: #264176; }
span { border-color: rgb(38,65,118); }
td.TdClassName
{
border-color: #264176;
}
.TagClassName
{
border-color: #264176;
}
</style>