Shades of Resolution Blue #263172
Tints of Resolution Blue #263172
RGB
CMYK
RGB Variations
Color information
#263172 (or 0x263172) is known color: Resolution Blue. HEX triplet: 26, 31 and 72. RGB value is (38,49,114). Sum of RGB (Red+Green+Blue) = 38+49+114=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #263172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263172 is #D9CE8D. Grayscale: #343434. Windows color (decimal): -14274190 or 7483686. OLE color: 7483686.
HSL color Cylindrical-coordinate representation of color #263172: hue angle of 231.32º 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 #263172 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 49 | 114 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.55 |
| HSL | 231.32º | 0.5% | 0.3% | - |
| HSV(B) | 231.32º | 0.67% | 0.45% | - |
| XYZ | 4.93 | 3.82 | 16.4 | - |
| YUV | 53.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 114 | 0.67 | 0.57 | 0 | 0.55 | 231.32 | 0.5 | 0.3 |
| Hex | 26 | 31 | 72 | 43 | 39 | 0 | 37 | E7 | 32 | 1E |
| Octal | 46 | 61 | 162 | 103 | 71 | 0 | 67 | 347 | 62 | 36 |
| Binary | 100110 | 110001 | 1110010 | 1000011 | 111001 | 0 | 110111 | 11100111 | 110010 | 11110 |
Color Harmonies of #263172
Complementary color
Monochromatic Colors of #263172
Black with #263172
Text Example
Text Example
White with #263172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263172; }
p { color: rgb(38,49,114); }
H1.HeaderClassName
{
color: #263172;
}
.AnyTagClassName
{
color: #263172;
}
</style>
background-color css
<style>
a { background-color: #263172; }
a { background-color: rgb(38,49,114); }
div.DivClassName
{
background-color: #263172;
}
.BgClassName
{
background-color: #263172;
}
</style>
border-color css
<style>
span { border-color: #263172; }
span { border-color: rgb(38,49,114); }
td.TdClassName
{
border-color: #263172;
}
.TagClassName
{
border-color: #263172;
}
</style>