Shades of Resolution Blue #263E88
Tints of Resolution Blue #263E88
RGB
CMYK
RGB Variations
Color information
#263E88 (or 0x263E88) is known color: Resolution Blue. HEX triplet: 26, 3E and 88. RGB value is (38,62,136). Sum of RGB (Red+Green+Blue) = 38+62+136=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #263E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E88 is #D9C177. Grayscale: #3E3E3E. Windows color (decimal): -14270840 or 8928806. OLE color: 8928806.
HSL color Cylindrical-coordinate representation of color #263E88: hue angle of 225.31º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263E88 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 62 | 136 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.47 |
| HSL | 225.31º | 0.56% | 0.34% | - |
| HSV(B) | 225.31º | 0.72% | 0.53% | - |
| XYZ | 6.97 | 5.63 | 24.01 | - |
| YUV | 63.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 136 | 0.72 | 0.54 | 0 | 0.47 | 225.31 | 0.56 | 0.34 |
| Hex | 26 | 3E | 88 | 48 | 36 | 0 | 2F | E1 | 38 | 22 |
| Octal | 46 | 76 | 210 | 110 | 66 | 0 | 57 | 341 | 70 | 42 |
| Binary | 100110 | 111110 | 10001000 | 1001000 | 110110 | 0 | 101111 | 11100001 | 111000 | 100010 |
Color Harmonies of #263E88
Complementary color
Monochromatic Colors of #263E88
Black with #263E88
Text Example
Text Example
White with #263E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E88; }
p { color: rgb(38,62,136); }
H1.HeaderClassName
{
color: #263E88;
}
.AnyTagClassName
{
color: #263E88;
}
</style>
background-color css
<style>
a { background-color: #263E88; }
a { background-color: rgb(38,62,136); }
div.DivClassName
{
background-color: #263E88;
}
.BgClassName
{
background-color: #263E88;
}
</style>
border-color css
<style>
span { border-color: #263E88; }
span { border-color: rgb(38,62,136); }
td.TdClassName
{
border-color: #263E88;
}
.TagClassName
{
border-color: #263E88;
}
</style>