Shades of Resolution Blue #263170
Tints of Resolution Blue #263170
RGB
CMYK
RGB Variations
Color information
#263170 (or 0x263170) is known color: Resolution Blue. HEX triplet: 26, 31 and 70. RGB value is (38,49,112). Sum of RGB (Red+Green+Blue) = 38+49+112=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #263170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263170 is #D9CE8F. Grayscale: #343434. Windows color (decimal): -14274192 or 7352614. OLE color: 7352614.
HSL color Cylindrical-coordinate representation of color #263170: hue angle of 231.08º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263170 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 49 | 112 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.56 |
| HSL | 231.08º | 0.49% | 0.29% | - |
| HSV(B) | 231.08º | 0.66% | 0.44% | - |
| XYZ | 4.82 | 3.78 | 15.8 | - |
| YUV | 52.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 112 | 0.66 | 0.56 | 0 | 0.56 | 231.08 | 0.49 | 0.29 |
| Hex | 26 | 31 | 70 | 42 | 38 | 0 | 38 | E7 | 31 | 1D |
| Octal | 46 | 61 | 160 | 102 | 70 | 0 | 70 | 347 | 61 | 35 |
| Binary | 100110 | 110001 | 1110000 | 1000010 | 111000 | 0 | 111000 | 11100111 | 110001 | 11101 |
Color Harmonies of #263170
Complementary color
Monochromatic Colors of #263170
Black with #263170
Text Example
Text Example
White with #263170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263170; }
p { color: rgb(38,49,112); }
H1.HeaderClassName
{
color: #263170;
}
.AnyTagClassName
{
color: #263170;
}
</style>
background-color css
<style>
a { background-color: #263170; }
a { background-color: rgb(38,49,112); }
div.DivClassName
{
background-color: #263170;
}
.BgClassName
{
background-color: #263170;
}
</style>
border-color css
<style>
span { border-color: #263170; }
span { border-color: rgb(38,49,112); }
td.TdClassName
{
border-color: #263170;
}
.TagClassName
{
border-color: #263170;
}
</style>