Shades of Resolution Blue #263B73
Tints of Resolution Blue #263B73
RGB
CMYK
RGB Variations
Color information
#263B73 (or 0x263B73) is known color: Resolution Blue. HEX triplet: 26, 3B and 73. RGB value is (38,59,115). Sum of RGB (Red+Green+Blue) = 38+59+115=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #263B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B73 is #D9C48C. Grayscale: #3A3A3A. Windows color (decimal): -14271629 or 7551782. OLE color: 7551782.
HSL color Cylindrical-coordinate representation of color #263B73: hue angle of 223.64º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263B73 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 59 | 115 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.55 |
| HSL | 223.64º | 0.5% | 0.3% | - |
| HSV(B) | 223.64º | 0.67% | 0.45% | - |
| XYZ | 5.46 | 4.78 | 16.85 | - |
| YUV | 59.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 115 | 0.67 | 0.49 | 0 | 0.55 | 223.64 | 0.5 | 0.3 |
| Hex | 26 | 3B | 73 | 43 | 31 | 0 | 37 | E0 | 32 | 1E |
| Octal | 46 | 73 | 163 | 103 | 61 | 0 | 67 | 340 | 62 | 36 |
| Binary | 100110 | 111011 | 1110011 | 1000011 | 110001 | 0 | 110111 | 11100000 | 110010 | 11110 |
Color Harmonies of #263B73
Complementary color
Monochromatic Colors of #263B73
Black with #263B73
Text Example
Text Example
White with #263B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B73; }
p { color: rgb(38,59,115); }
H1.HeaderClassName
{
color: #263B73;
}
.AnyTagClassName
{
color: #263B73;
}
</style>
background-color css
<style>
a { background-color: #263B73; }
a { background-color: rgb(38,59,115); }
div.DivClassName
{
background-color: #263B73;
}
.BgClassName
{
background-color: #263B73;
}
</style>
border-color css
<style>
span { border-color: #263B73; }
span { border-color: rgb(38,59,115); }
td.TdClassName
{
border-color: #263B73;
}
.TagClassName
{
border-color: #263B73;
}
</style>