Shades of Resolution Blue #263E77
Tints of Resolution Blue #263E77
RGB
CMYK
RGB Variations
Color information
#263E77 (or 0x263E77) is known color: Resolution Blue. HEX triplet: 26, 3E and 77. RGB value is (38,62,119). Sum of RGB (Red+Green+Blue) = 38+62+119=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #263E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E77 is #D9C188. Grayscale: #3D3D3D. Windows color (decimal): -14270857 or 7814694. OLE color: 7814694.
HSL color Cylindrical-coordinate representation of color #263E77: hue angle of 222.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263E77 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 62 | 119 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.53 |
| HSL | 222.22º | 0.52% | 0.31% | - |
| HSV(B) | 222.22º | 0.68% | 0.47% | - |
| XYZ | 5.85 | 5.19 | 18.15 | - |
| YUV | 61.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 119 | 0.68 | 0.48 | 0 | 0.53 | 222.22 | 0.52 | 0.31 |
| Hex | 26 | 3E | 77 | 44 | 30 | 0 | 35 | DE | 34 | 1F |
| Octal | 46 | 76 | 167 | 104 | 60 | 0 | 65 | 336 | 64 | 37 |
| Binary | 100110 | 111110 | 1110111 | 1000100 | 110000 | 0 | 110101 | 11011110 | 110100 | 11111 |
Color Harmonies of #263E77
Complementary color
Monochromatic Colors of #263E77
Black with #263E77
Text Example
Text Example
White with #263E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E77; }
p { color: rgb(38,62,119); }
H1.HeaderClassName
{
color: #263E77;
}
.AnyTagClassName
{
color: #263E77;
}
</style>
background-color css
<style>
a { background-color: #263E77; }
a { background-color: rgb(38,62,119); }
div.DivClassName
{
background-color: #263E77;
}
.BgClassName
{
background-color: #263E77;
}
</style>
border-color css
<style>
span { border-color: #263E77; }
span { border-color: rgb(38,62,119); }
td.TdClassName
{
border-color: #263E77;
}
.TagClassName
{
border-color: #263E77;
}
</style>