Shades of Resolution Blue #263171
Tints of Resolution Blue #263171
RGB
CMYK
RGB Variations
Color information
#263171 (or 0x263171) is known color: Resolution Blue. HEX triplet: 26, 31 and 71. RGB value is (38,49,113). Sum of RGB (Red+Green+Blue) = 38+49+113=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #263171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263171 is #D9CE8E. Grayscale: #343434. Windows color (decimal): -14274191 or 7418150. OLE color: 7418150.
HSL color Cylindrical-coordinate representation of color #263171: hue angle of 231.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263171 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 49 | 113 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.56 |
| HSL | 231.2º | 0.5% | 0.3% | - |
| HSV(B) | 231.2º | 0.66% | 0.44% | - |
| XYZ | 4.88 | 3.8 | 16.1 | - |
| YUV | 53.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 113 | 0.66 | 0.57 | 0 | 0.56 | 231.2 | 0.5 | 0.3 |
| Hex | 26 | 31 | 71 | 42 | 39 | 0 | 38 | E7 | 32 | 1E |
| Octal | 46 | 61 | 161 | 102 | 71 | 0 | 70 | 347 | 62 | 36 |
| Binary | 100110 | 110001 | 1110001 | 1000010 | 111001 | 0 | 111000 | 11100111 | 110010 | 11110 |
Color Harmonies of #263171
Complementary color
Monochromatic Colors of #263171
Black with #263171
Text Example
Text Example
White with #263171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263171; }
p { color: rgb(38,49,113); }
H1.HeaderClassName
{
color: #263171;
}
.AnyTagClassName
{
color: #263171;
}
</style>
background-color css
<style>
a { background-color: #263171; }
a { background-color: rgb(38,49,113); }
div.DivClassName
{
background-color: #263171;
}
.BgClassName
{
background-color: #263171;
}
</style>
border-color css
<style>
span { border-color: #263171; }
span { border-color: rgb(38,49,113); }
td.TdClassName
{
border-color: #263171;
}
.TagClassName
{
border-color: #263171;
}
</style>