Shades of Resolution Blue #263F73
Tints of Resolution Blue #263F73
RGB
CMYK
RGB Variations
Color information
#263F73 (or 0x263F73) is known color: Resolution Blue. HEX triplet: 26, 3F and 73. RGB value is (38,63,115). Sum of RGB (Red+Green+Blue) = 38+63+115=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #263F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F73 is #D9C08C. Grayscale: #3D3D3D. Windows color (decimal): -14270605 or 7552806. OLE color: 7552806.
HSL color Cylindrical-coordinate representation of color #263F73: hue angle of 220.52º 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 #263F73 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 63 | 115 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.55 |
| HSL | 220.52º | 0.5% | 0.3% | - |
| HSV(B) | 220.52º | 0.67% | 0.45% | - |
| XYZ | 5.67 | 5.2 | 16.93 | - |
| YUV | 61.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 115 | 0.67 | 0.45 | 0 | 0.55 | 220.52 | 0.5 | 0.3 |
| Hex | 26 | 3F | 73 | 43 | 2D | 0 | 37 | DD | 32 | 1E |
| Octal | 46 | 77 | 163 | 103 | 55 | 0 | 67 | 335 | 62 | 36 |
| Binary | 100110 | 111111 | 1110011 | 1000011 | 101101 | 0 | 110111 | 11011101 | 110010 | 11110 |
Color Harmonies of #263F73
Complementary color
Monochromatic Colors of #263F73
Black with #263F73
Text Example
Text Example
White with #263F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F73; }
p { color: rgb(38,63,115); }
H1.HeaderClassName
{
color: #263F73;
}
.AnyTagClassName
{
color: #263F73;
}
</style>
background-color css
<style>
a { background-color: #263F73; }
a { background-color: rgb(38,63,115); }
div.DivClassName
{
background-color: #263F73;
}
.BgClassName
{
background-color: #263F73;
}
</style>
border-color css
<style>
span { border-color: #263F73; }
span { border-color: rgb(38,63,115); }
td.TdClassName
{
border-color: #263F73;
}
.TagClassName
{
border-color: #263F73;
}
</style>