Shades of Resolution Blue #263A76
Tints of Resolution Blue #263A76
RGB
CMYK
RGB Variations
Color information
#263A76 (or 0x263A76) is known color: Resolution Blue. HEX triplet: 26, 3A and 76. RGB value is (38,58,118). Sum of RGB (Red+Green+Blue) = 38+58+118=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #263A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A76 is #D9C589. Grayscale: #3A3A3A. Windows color (decimal): -14271882 or 7748134. OLE color: 7748134.
HSL color Cylindrical-coordinate representation of color #263A76: hue angle of 225º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263A76 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 58 | 118 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.54 |
| HSL | 225º | 0.51% | 0.31% | - |
| HSV(B) | 225º | 0.68% | 0.46% | - |
| XYZ | 5.58 | 4.75 | 17.76 | - |
| YUV | 58.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 118 | 0.68 | 0.51 | 0 | 0.54 | 225 | 0.51 | 0.31 |
| Hex | 26 | 3A | 76 | 44 | 33 | 0 | 36 | E1 | 33 | 1F |
| Octal | 46 | 72 | 166 | 104 | 63 | 0 | 66 | 341 | 63 | 37 |
| Binary | 100110 | 111010 | 1110110 | 1000100 | 110011 | 0 | 110110 | 11100001 | 110011 | 11111 |
Color Harmonies of #263A76
Complementary color
Monochromatic Colors of #263A76
Black with #263A76
Text Example
Text Example
White with #263A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A76; }
p { color: rgb(38,58,118); }
H1.HeaderClassName
{
color: #263A76;
}
.AnyTagClassName
{
color: #263A76;
}
</style>
background-color css
<style>
a { background-color: #263A76; }
a { background-color: rgb(38,58,118); }
div.DivClassName
{
background-color: #263A76;
}
.BgClassName
{
background-color: #263A76;
}
</style>
border-color css
<style>
span { border-color: #263A76; }
span { border-color: rgb(38,58,118); }
td.TdClassName
{
border-color: #263A76;
}
.TagClassName
{
border-color: #263A76;
}
</style>