Shades of Resolution Blue #264173
Tints of Resolution Blue #264173
RGB
CMYK
RGB Variations
Color information
#264173 (or 0x264173) is known color: Resolution Blue. HEX triplet: 26, 41 and 73. RGB value is (38,65,115). Sum of RGB (Red+Green+Blue) = 38+65+115=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #264173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264173 is #D9BE8C. Grayscale: #3E3E3E. Windows color (decimal): -14270093 or 7553318. OLE color: 7553318.
HSL color Cylindrical-coordinate representation of color #264173: hue angle of 218.96º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264173 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 65 | 115 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.55 |
| HSL | 218.96º | 0.5% | 0.3% | - |
| HSV(B) | 218.96º | 0.67% | 0.45% | - |
| XYZ | 5.78 | 5.43 | 16.96 | - |
| YUV | 62.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 115 | 0.67 | 0.43 | 0 | 0.55 | 218.96 | 0.5 | 0.3 |
| Hex | 26 | 41 | 73 | 43 | 2B | 0 | 37 | DB | 32 | 1E |
| Octal | 46 | 101 | 163 | 103 | 53 | 0 | 67 | 333 | 62 | 36 |
| Binary | 100110 | 1000001 | 1110011 | 1000011 | 101011 | 0 | 110111 | 11011011 | 110010 | 11110 |
Color Harmonies of #264173
Complementary color
Monochromatic Colors of #264173
Black with #264173
Text Example
Text Example
White with #264173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264173; }
p { color: rgb(38,65,115); }
H1.HeaderClassName
{
color: #264173;
}
.AnyTagClassName
{
color: #264173;
}
</style>
background-color css
<style>
a { background-color: #264173; }
a { background-color: rgb(38,65,115); }
div.DivClassName
{
background-color: #264173;
}
.BgClassName
{
background-color: #264173;
}
</style>
border-color css
<style>
span { border-color: #264173; }
span { border-color: rgb(38,65,115); }
td.TdClassName
{
border-color: #264173;
}
.TagClassName
{
border-color: #264173;
}
</style>