Shades of Resolution Blue #263E7F
Tints of Resolution Blue #263E7F
RGB
CMYK
RGB Variations
Color information
#263E7F (or 0x263E7F) is known color: Resolution Blue. HEX triplet: 26, 3E and 7F. RGB value is (38,62,127). Sum of RGB (Red+Green+Blue) = 38+62+127=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #263E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E7F is #D9C180. Grayscale: #3D3D3D. Windows color (decimal): -14270849 or 8338982. OLE color: 8338982.
HSL color Cylindrical-coordinate representation of color #263E7F: hue angle of 223.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #263E7F is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 62 | 127 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.50 |
| HSL | 223.82º | 0.54% | 0.32% | - |
| HSV(B) | 223.82º | 0.7% | 0.5% | - |
| XYZ | 6.35 | 5.39 | 20.78 | - |
| YUV | 62.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 127 | 0.70 | 0.51 | 0 | 0.50 | 223.82 | 0.54 | 0.32 |
| Hex | 26 | 3E | 7F | 46 | 33 | 0 | 32 | E0 | 36 | 20 |
| Octal | 46 | 76 | 177 | 106 | 63 | 0 | 62 | 340 | 66 | 40 |
| Binary | 100110 | 111110 | 1111111 | 1000110 | 110011 | 0 | 110010 | 11100000 | 110110 | 100000 |
Color Harmonies of #263E7F
Complementary color
Monochromatic Colors of #263E7F
Black with #263E7F
Text Example
Text Example
White with #263E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E7F; }
p { color: rgb(38,62,127); }
H1.HeaderClassName
{
color: #263E7F;
}
.AnyTagClassName
{
color: #263E7F;
}
</style>
background-color css
<style>
a { background-color: #263E7F; }
a { background-color: rgb(38,62,127); }
div.DivClassName
{
background-color: #263E7F;
}
.BgClassName
{
background-color: #263E7F;
}
</style>
border-color css
<style>
span { border-color: #263E7F; }
span { border-color: rgb(38,62,127); }
td.TdClassName
{
border-color: #263E7F;
}
.TagClassName
{
border-color: #263E7F;
}
</style>