Shades of Resolution Blue #263E71
Tints of Resolution Blue #263E71
RGB
CMYK
RGB Variations
Color information
#263E71 (or 0x263E71) is known color: Resolution Blue. HEX triplet: 26, 3E and 71. RGB value is (38,62,113). Sum of RGB (Red+Green+Blue) = 38+62+113=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #263E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E71 is #D9C18E. Grayscale: #3C3C3C. Windows color (decimal): -14270863 or 7421478. OLE color: 7421478.
HSL color Cylindrical-coordinate representation of color #263E71: hue angle of 220.8º 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 #263E71 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 62 | 113 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.56 |
| HSL | 220.8º | 0.5% | 0.3% | - |
| HSV(B) | 220.8º | 0.66% | 0.44% | - |
| XYZ | 5.5 | 5.05 | 16.31 | - |
| YUV | 60.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 113 | 0.66 | 0.45 | 0 | 0.56 | 220.8 | 0.5 | 0.3 |
| Hex | 26 | 3E | 71 | 42 | 2D | 0 | 38 | DD | 32 | 1E |
| Octal | 46 | 76 | 161 | 102 | 55 | 0 | 70 | 335 | 62 | 36 |
| Binary | 100110 | 111110 | 1110001 | 1000010 | 101101 | 0 | 111000 | 11011101 | 110010 | 11110 |
Color Harmonies of #263E71
Complementary color
Monochromatic Colors of #263E71
Black with #263E71
Text Example
Text Example
White with #263E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E71; }
p { color: rgb(38,62,113); }
H1.HeaderClassName
{
color: #263E71;
}
.AnyTagClassName
{
color: #263E71;
}
</style>
background-color css
<style>
a { background-color: #263E71; }
a { background-color: rgb(38,62,113); }
div.DivClassName
{
background-color: #263E71;
}
.BgClassName
{
background-color: #263E71;
}
</style>
border-color css
<style>
span { border-color: #263E71; }
span { border-color: rgb(38,62,113); }
td.TdClassName
{
border-color: #263E71;
}
.TagClassName
{
border-color: #263E71;
}
</style>