Shades of Resolution Blue #263A7F
Tints of Resolution Blue #263A7F
RGB
CMYK
RGB Variations
Color information
#263A7F (or 0x263A7F) is known color: Resolution Blue. HEX triplet: 26, 3A and 7F. RGB value is (38,58,127). Sum of RGB (Red+Green+Blue) = 38+58+127=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #263A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A7F is #D9C580. Grayscale: #3B3B3B. Windows color (decimal): -14271873 or 8337958. OLE color: 8337958.
HSL color Cylindrical-coordinate representation of color #263A7F: hue angle of 226.52º 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 #263A7F is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 58 | 127 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.50 |
| HSL | 226.52º | 0.54% | 0.32% | - |
| HSV(B) | 226.52º | 0.7% | 0.5% | - |
| XYZ | 6.14 | 4.97 | 20.71 | - |
| YUV | 59.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 127 | 0.70 | 0.54 | 0 | 0.50 | 226.52 | 0.54 | 0.32 |
| Hex | 26 | 3A | 7F | 46 | 36 | 0 | 32 | E3 | 36 | 20 |
| Octal | 46 | 72 | 177 | 106 | 66 | 0 | 62 | 343 | 66 | 40 |
| Binary | 100110 | 111010 | 1111111 | 1000110 | 110110 | 0 | 110010 | 11100011 | 110110 | 100000 |
Color Harmonies of #263A7F
Complementary color
Monochromatic Colors of #263A7F
Black with #263A7F
Text Example
Text Example
White with #263A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A7F; }
p { color: rgb(38,58,127); }
H1.HeaderClassName
{
color: #263A7F;
}
.AnyTagClassName
{
color: #263A7F;
}
</style>
background-color css
<style>
a { background-color: #263A7F; }
a { background-color: rgb(38,58,127); }
div.DivClassName
{
background-color: #263A7F;
}
.BgClassName
{
background-color: #263A7F;
}
</style>
border-color css
<style>
span { border-color: #263A7F; }
span { border-color: rgb(38,58,127); }
td.TdClassName
{
border-color: #263A7F;
}
.TagClassName
{
border-color: #263A7F;
}
</style>