Shades of Resolution Blue #263B71
Tints of Resolution Blue #263B71
RGB
CMYK
RGB Variations
Color information
#263B71 (or 0x263B71) is known color: Resolution Blue. HEX triplet: 26, 3B and 71. RGB value is (38,59,113). Sum of RGB (Red+Green+Blue) = 38+59+113=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #263B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B71 is #D9C48E. Grayscale: #3A3A3A. Windows color (decimal): -14271631 or 7420710. OLE color: 7420710.
HSL color Cylindrical-coordinate representation of color #263B71: hue angle of 223.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 #263B71 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 59 | 113 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.56 |
| HSL | 223.2º | 0.5% | 0.3% | - |
| HSV(B) | 223.2º | 0.66% | 0.44% | - |
| XYZ | 5.34 | 4.73 | 16.25 | - |
| YUV | 58.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 113 | 0.66 | 0.48 | 0 | 0.56 | 223.2 | 0.5 | 0.3 |
| Hex | 26 | 3B | 71 | 42 | 30 | 0 | 38 | DF | 32 | 1E |
| Octal | 46 | 73 | 161 | 102 | 60 | 0 | 70 | 337 | 62 | 36 |
| Binary | 100110 | 111011 | 1110001 | 1000010 | 110000 | 0 | 111000 | 11011111 | 110010 | 11110 |
Color Harmonies of #263B71
Complementary color
Monochromatic Colors of #263B71
Black with #263B71
Text Example
Text Example
White with #263B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B71; }
p { color: rgb(38,59,113); }
H1.HeaderClassName
{
color: #263B71;
}
.AnyTagClassName
{
color: #263B71;
}
</style>
background-color css
<style>
a { background-color: #263B71; }
a { background-color: rgb(38,59,113); }
div.DivClassName
{
background-color: #263B71;
}
.BgClassName
{
background-color: #263B71;
}
</style>
border-color css
<style>
span { border-color: #263B71; }
span { border-color: rgb(38,59,113); }
td.TdClassName
{
border-color: #263B71;
}
.TagClassName
{
border-color: #263B71;
}
</style>